The following tables list the members exposed by LeadBufferStream.
Public Constructors
Name | Description | |
---|---|---|
![]() |
LeadBufferStream | Constructs a new LeadBufferStream object using the specified buffer as storage. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CloseFile | Closes this LeadBufferStream 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 LeadBufferStream object and writes the data into the specified buffer. |
![]() |
Seek | Sets the current position of this LeadBufferStream object to the specified value. |
![]() |
Start | Called to start using the LeadBufferStream object. |
![]() |
Stop | Called to stop using the LeadBufferStream object. |
![]() |
Write | Writes the specified number of bytes to the LeadBufferStream object. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Buffer | Gets the internal IBuffer that this LeadBufferStream object uses for storage. |
![]() |
CanRead | Gets a value indicating whether the current LeadBufferStream object supports reading. |
![]() |
CanSeek | Gets a value indicating whether the current LeadBufferStream object supports seeking. |
![]() |
CanWrite | Gets a value indicating whether the current LeadBufferStream object supports writing. |
![]() |
FileName | The name of the file associated with this LeadBufferStream object. |
![]() |
IsStarted | Indicates whether this LeadBufferStream object has been started. |
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