Method ReadByte
ReadByte(Buffer)
Reads a single byte (8-bit value) from the buffer.
Declaration
public static byte ReadByte(this Buffer buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| Buffer | buffer |
Returns
| Type | Description |
|---|---|
| byte | The byte that has been read from the buffer. |