Class AppleLzmaCompressionSettings
Contents
[
Hide
]AppleLzmaCompressionSettings class
Settings for LZMA compression within an Apple Archive (.aar) file.
public class AppleLzmaCompressionSettings : AppleCompressionSettings
Constructors
| Name | Description |
|---|---|
| AppleLzmaCompressionSettings() | Initializes a new instance of the AppleLzmaCompressionSettings class with default parameters. |
| AppleLzmaCompressionSettings(int, int) | Initializes a new instance of the AppleLzmaCompressionSettings class. |
| AppleLzmaCompressionSettings(int, int, int) | Initializes a new instance of the AppleLzmaCompressionSettings class. |
Properties
| Name | Description |
|---|---|
| BlockSize { get; } | Gets the size of each data block before compression. |
| DictionarySize { get; } | Gets the dictionary size used for compression. |
| FastBytes { get; } | Gets the number of fast bytes used for compression. |
See Also
- class AppleCompressionSettings
- namespace Aspose.Zip.Apple
- assembly Aspose.Zip