Browse our Products
Aspose.ZIP for Python via .NET 26.5 Release Notes
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1069 | Compose Apple archive (.aar) with LZFSE compression method. | Feature |
| ZIPNET-1429 | Compose Apple archive (.aar) with Zlib compression method. | Feature |
Public API and Backwards Incompatible Changes
| The following public types were added: | Description |
|---|---|
| aspose.zip.apple.AppleZlibCompressionSettings | Settings for Zlib compression within an Apple Archive (.aar) file. |
| aspose.zip.apple.AppleLzfseCompressionSettings | Settings for LZFSE compression within an Apple Archive (.aar) file. |
|The following public methods and properties were added:|Description| |aspose.zip.apple.AppleZlibCompressionSettings.#ctor(…)|Initializes a new instance of the AppleZlibCompressionSettings class.| |aspose.zip.apple.AppleLzfseCompressionSettings.#ctor(…)|Initializes a new instance of the AppleLzfseCompressionSettings class.| |aspose.zip.apple.AppleZlibCompressionSettings.block_size|Gets the size of each data block.| |aspose.zip.apple.AppleLzfseCompressionSettings.block_size|Gets the size of each data block.| |aspose.zip.apple.AppleCompressionSettings.lzfse|An instance of AppleLzfseCompressionSettings with default parameters.| |aspose.zip.apple.AppleCompressionSettings.zlib|An instance of AppleZlibCompressionSettings with default parameters.