Leadtools Namespace : LeadStream Class |
The following tables list the members exposed by LeadStream.
Name | Description | |
---|---|---|
![]() | LeadStream Constructor | Overloaded. |
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 Leadtools.Junk.IOutputStream that this LeadStream object is using as storage. ![]() ![]() |
![]() | RandomAccessStream | Gets the IRandomAccessStream that this LeadStream object is using as storage. ![]() ![]() |
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 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 to the LeadStream object. ![]() |