Method WriteByte
WriteByte(byte)
Writes an unsigned byte to the current stream and advances the stream position by one byte.
Declaration
public bool WriteByte(byte value)
Parameters
Type | Name | Description |
---|---|---|
byte | value | The unsigned byte to write. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |