Browse our Products

Aspose.ZIP for .NET 19.12 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-4197z entry with LZMA2 compression.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.SevenZipLZMA2CompressionSettingsSettings for LZMA2 compression method within the 7z archive.
Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings.DictionarySizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings.#ctor()Instantiates settings for LZMA2 compression with dictionary size given.