The following tables list the members exposed by LeadStream.
Public Constructors
Name | Description | |
---|---|---|
LeadStream | Constructs a new LeadStream object using the specified IStorageFile as storage. |
Public Methods
Name | Description | |
---|---|---|
CloseFile | Closes this LeadStream object and releases any resources associated with it. | |
OpenFile | Creates, opens or reopens the specified file. | |
Read | Reads a specified number of bytes from the LeadStream object and writes the data into the specified unmanaged buffer. | |
Seek | Sets the current position of this LeadStream object to the specified value. | |
Start | Called to start using the LeadStream object. | |
Stop | Called to stop using the LeadStream object. | |
Write | Writes the specified number of bytes from an unmanaged buffer to the LeadStream object. |
Public Properties
Name | Description | |
---|---|---|
Buffer | Gets the internal IBuffer that this LeadStream object uses for storage. | |
CanRead | Gets a value indicating whether the current LeadStream object supports reading. | |
CanSeek | Gets a value indicating whether the current LeadStream object supports seeking. | |
CanWrite | Gets a value indicating whether the current LeadStream object supports writing. | |
File | Gets the IStorageFile that this LeadStream object is using as storage. | |
FileName | The name of the file associated with this LeadStream object. | |
InputStream | Gets the IInputStream that this LeadStream object is using as storage. | |
IsStarted | Indicates whether this LeadStream object has been started. | |
OutputStream | Gets the IOutputStream that this LeadStream object is using as storage. | |
RandomAccessStream | Gets the IRandomAccessStream that this LeadStream object is using as storage. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET