AppleLzmaCompressionSettings

AppleLzmaCompressionSettings class

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

The AppleLzmaCompressionSettings type exposes the following members:

Constructors

NameDescription
AppleLzmaCompressionSettings(block_size, dictionary_size)Initializes a new instance of the AppleLzmaCompressionSettings class.
AppleLzmaCompressionSettings(block_size, dictionary_size, fast_bytes)Initializes a new instance of the AppleLzmaCompressionSettings class.
AppleLzmaCompressionSettings()Initializes a new instance of the AppleLzmaCompressionSettings 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 data block before compression.
dictionary_sizeGets the dictionary size used for compression.
fast_bytesGets the number of fast bytes used for compression.

See Also