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