Method ReadByteSafe
ReadByteSafe(out byte)
Read a byte to the stream.
"Safe" version - automatically performs bounds checking. Less efficient than bounds checking for multiple reads at once by calling TryBeginRead.
Declaration
public void ReadByteSafe(out byte value)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | value | Stores the read value |