Method WriteShort
WriteShort(short)
Writes a 2-byte signed short to the current stream and advances the stream position by two bytes.
Declaration
public bool WriteShort(short value)
Parameters
Type | Name | Description |
---|---|---|
short | value | The 2-byte signed short to write. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |