Browse our Products

Aspose.ZIP for .NET 25.11 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1255Reduce memory consuption for xar table of content.Enhancement
ZIPNET-1302Prevent memory leak if not unsubscribed from entry events.Enhancement
ZIPNET-1362Reduce size of self-extracting executable module.Enhancement
ZIPNET-1380Verify setting LZMA dictionary size for LZMA archive.Enhancement
ZIPNET-1375Allow user to set number of fast bytes and literal context bits for LZMA algorithm within ZIP container and LZMA archive itself.Enhancement
ZIPNET-1377Allow user to set number of fast bytes and literal context bits for LZMA algorithm within 7z container.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Saving.LzmaCompressionSettings.DictionarySizeGets the dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
Aspose.Zip.Saving.LzmaCompressionSettings.LiteralContextBitsGets the number of literal context bits for the LZMA algorithm.
Aspose.Zip.Saving.LzmaCompressionSettings.NumberOfFastBytesGets the number of bytes used for fast match searching in the LZMA algorithm.
Aspose.Zip.Saving.SevenZipLZMACompressionSettings.LiteralContextBitsGets the number of literal context bits for the LZMA algorithm.
Aspose.Zip.Saving.SevenZipLZMACompressionSettings.NumberOfFastBytesGets the number of bytes used for fast match searching in the LZMA algorithm.
Aspose.Zip.LZMA.LzmaArchiveSettings.LiteralContextBitsGets the number of literal context bits for the LZMA algorithm.
Aspose.Zip.LZMA.LzmaArchiveSettings.NumberOfFastBytesGets the number of bytes used for fast match searching in the LZMA algorithm.
Aspose.Zip.Saving.LzmaCompressionSettings.#ctor(int, int, int)Initializes a new instance of the LzmaCompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.
Aspose.Zip.Saving.SevenZipLZMACompressionSettings.#ctor(int, int, int)Initializes a new instance of the SevenZipLZMACompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.