[]
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
public override void WriteByte(byte value)
Public Overrides Sub WriteByte(value As Byte)
| Type | Name | Description |
|---|---|---|
| byte | value | Value to be written to the stream. |