Method WriteByteSafe
WriteByteSafe(byte)
Write a byte to the stream.
"Safe" version - automatically performs bounds checking. Less efficient than bounds checking for multiple writes at once by calling TryBeginWrite.
Declaration
public void WriteByteSafe(byte value)
Parameters
Type | Name | Description |
---|---|---|
byte | value | Value to write |