Method WritePackedFixedString32Delta
WritePackedFixedString32Delta(FixedString32Bytes, FixedString32Bytes, StreamCompressionModel)
Writes a FixedString32Bytes delta value to the data stream using a StreamCompressionModel.
Declaration
public bool WritePackedFixedString32Delta(FixedString32Bytes str, FixedString32Bytes baseline, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| FixedString32Bytes | str | The current |
| FixedString32Bytes | baseline | The previous |
| StreamCompressionModel | model | StreamCompressionModel model for writing value in a packed manner. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |