Name | Description | |
---|---|---|
Length | Gets the length of the stream in bytes. | |
Position | Gets the current position within the stream. |
The following tables list the members exposed by IStorageStream.
Name | Description | |
---|---|---|
Length | Gets the length of the stream in bytes. | |
Position | Gets the current position within the stream. |
Name | Description | |
---|---|---|
Close | Closes the current stream and releases any file handles | |
Dispose | (Inherited from System.IDisposable) | |
Flush | Flush from the buffer to the stream | |
Read | Read a block of bytes from the current stream and writes the data to the buffer | |
ReadByte | Reads the next byte from the current stream and advances the current position of the stream by one byte. | |
Seek | Sets the position within the current stream to the specified value | |
Write | Writes a block of bytes to the current stream using data read from buffer. | |
WriteByte | Writes a byte to the current stream at the current position |