CompressionAlgorithm Enum

Definition

Specifies the algorithm to use to compress or decompress the underlying stream.

[ObjCRuntime.TV(9, 0)]
public enum CompressionAlgorithm
type CompressionAlgorithm = 
Inheritance
CompressionAlgorithm
Attributes

Fields

LZ4 256

The LZ4 compression algorithm, to be used when fast compression is needed.

LZ4Raw 257

The LZ4 compression algorithm in its raw mode which means that frame headers are not used.

Lzfse 2049

The LZFSE compression algorithm is recommended by Apple in most scenarios.

Lzma 774

The LZMA compression algorithm, to be used when high compression is required.

Zlib 517

The zlib compression algorithm.

Applies to