Method WritePackedULong
WritePackedULong(ulong, StreamCompressionModel)
Writes an 8-byte unsigned long value to the data stream using a StreamCompressionModel.
Declaration
public bool WritePackedULong(ulong value, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | value | The 8-byte unsigned long to write. |
| StreamCompressionModel | model | StreamCompressionModel model for writing value in a packed manner. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |