AppleZlibCompressionSettings

AppleZlibCompressionSettings class

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

The AppleZlibCompressionSettings type exposes the following members:

Constructors

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