Method ReadByte
ReadByte(BinaryReader)
Reads a single byte.
Declaration
public static byte ReadByte(this BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader | The BinaryReader to read from. |
Returns
Type | Description |
---|---|
byte | The read data |