AppleLzfseCompressionSettings

AppleLzfseCompressionSettings class

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

The AppleLzfseCompressionSettings type exposes the following members:

Constructors

NameDescription
AppleLzfseCompressionSettings(block_size)Initializes a new instance of the AppleLzfseCompressionSettings class.
AppleLzfseCompressionSettings()Initializes a new instance of the AppleLzfseCompressionSettings 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.

See Also