| MemoryMappedViewStream: ReadByte |
Reads a byte from a stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
Public Function ReadByte ( ) As Long
Use this method to return integer values from the stream.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| NotSupportedException | The underlying memory does not support reading. |