LZ4Stream.ChunkFlags Enum
Namespace: Stride.Core.LZ4Assembly: Stride.Core.Serialization.dll
Flags of a chunk. Please note, this
[Flags]
public enum ChunkFlags
Fields
Name | Description |
---|---|
Compressed | Set if chunk is compressed. |
HighCompression | Set if high compression has been selected (does not affect decoder, but might be useful when rewriting) |
None | None. |
Passes | 3 bits for number of passes. Currently only 1 pass (value 0) is supported. |