| MemoryStream: ReadByte |
Reads a single byte from the stream.
Public Function ReadByte ( ) As Long
If the read operation is successful, the current position within the stream is advanced by one byte. If an exception occurs, the current position within the stream is unchanged.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current stream instance is closed. |