# ReadPackedFixedString32Delta(FixedString32Bytes, in StreamCompressionModel)

> Reads a FixedString32Bytes delta value to the data stream using a StreamCompressionModel.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

## ReadPackedFixedString32Delta(FixedString32Bytes, StreamCompressionModel)

```csharp
public FixedString32Bytes ReadPackedFixedString32Delta(FixedString32Bytes baseline, in StreamCompressionModel model)
```

### Parameters

**** (\[FixedString32Bytes]\(/engine/6000.7/script-reference/unity/collections/fixedstring32bytes)): The previous `FixedString32Bytes` value, used to compute the diff.**** (\[StreamCompressionModel]\(/engine/6000.7/script-reference/unity/collections/streamcompressionmodel)): [StreamCompressionModel](/engine/6000.7/script-reference/unity/collections/streamcompressionmodel.md) model for writing value in a packed manner.

### Returns

| Type                                                                                          | Description                                                                                                |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| [FixedString32Bytes](/engine/6000.7/script-reference/unity/collections/fixedstring32bytes.md) | A `FixedString32Bytes` value read from the current stream, or 0 if the end of the stream has been reached. |
