AppleLzmaCompressionSettings
Contents
[
Hide
]AppleLzmaCompressionSettings class
Settings for LZMA compression within an Apple Archive (.aar) file.
The AppleLzmaCompressionSettings type exposes the following members:
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| lz4 | An instance of AppleLz4CompressionSettings with default parameters. |
| lzma | An instance of AppleLzmaCompressionSettings with default parameters. |
| block_size | Gets the size of each data block before compression. |
| dictionary_size | Gets the dictionary size used for compression. |
| fast_bytes | Gets the number of fast bytes used for compression. |
See Also
- namespace aspose.zip.apple
- assembly Aspose.Zip