| MemoryMappedViewStream: WriteByte |
Writes a byte to the current position in the file stream.
Public Sub WriteByte( ByVal Value As Byte )
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| NotSupportedException |
The underlying memory does not support writing. - or - An attempt is made to write to the stream and the CanWrite property is False. - or - The current position is at the end of the capacity of the stream. |
| IOException | The supplied Value causes the stream exceed its maximum capacity. |