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