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