Method WriteLong
WriteLong(long)
Writes an 8-byte signed long from the stream and advances the current position of the stream by eight bytes.
Declaration
public bool WriteLong(long value)
Parameters
Type | Name | Description |
---|---|---|
long | value | The 8-byte signed long to write. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |