Browse our Products

Aspose.ZIP for Python via .NET 26.5 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1069Compose Apple archive (.aar) with LZFSE compression method.Feature
ZIPNET-1429Compose Apple archive (.aar) with Zlib compression method.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.apple.AppleZlibCompressionSettingsSettings for Zlib compression within an Apple Archive (.aar) file.
aspose.zip.apple.AppleLzfseCompressionSettingsSettings 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.