AppleLz4CompressionSettings

AppleLz4CompressionSettings class

Settings for LZ4 compression within an Apple Archive (.aar) file.

The AppleLz4CompressionSettings type exposes the following members:

Constructors

NameDescription
AppleLz4CompressionSettings(block_size)Initializes a new instance of the AppleLz4CompressionSettings class.
AppleLz4CompressionSettings()Initializes a new instance of the AppleLz4CompressionSettings class.

Properties

NameDescription
lz4An instance of AppleLz4CompressionSettings with default parameters.
lzfseAn instance of AppleLzfseCompressionSettings with default parameters.
lzmaAn instance of AppleLzmaCompressionSettings with default parameters.
zlibAn instance of AppleZlibCompressionSettings with default parameters.
block_sizeGets the size of each compressed

See Also