AppleZlibCompressionSettings
AppleZlibCompressionSettings class
Settings for Zlib compression within an Apple Archive (.aar) file.
The AppleZlibCompressionSettings type exposes the following members:
Constructors
| Name | Description |
|---|---|
| AppleZlibCompressionSettings(block_size) | Initializes a new instance of the AppleZlibCompressionSettings class. |
| AppleZlibCompressionSettings() | Initializes a new instance of the AppleZlibCompressionSettings class. |
Properties
| Name | Description |
|---|---|
| lz4 | An instance of AppleLz4CompressionSettings with default parameters. |
| lzfse | An instance of AppleLzfseCompressionSettings with default parameters. |
| lzma | An instance of AppleLzmaCompressionSettings with default parameters. |
| zlib | An instance of AppleZlibCompressionSettings with default parameters. |
| block_size | Gets the size of each data block before compression. |
See Also
- namespace aspose.zip.apple
- assembly Aspose.Zip