Browse our Products

Aspose.ZIP for .NET 19.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-242Implement LZMA compression within ZIP archiveEnhancement
ZIPNET-345Implement BZip2 compression within ZIP archiveEnhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.Bzip2CompressionSettingsRepresents settings for Bzip2 compression within ZIP archive.
Aspose.Zip.Saving.LzmaCompressionSettingsRepresents settings for LZMA compression within ZIP archive.
The following public methods and properties were added:Description
Aspose.Zip.Saving.LzmaCompressionSettings()Initializes a new instance of the LzmaCompressionSettings class with default dictionary size.
Aspose.Zip.Saving.Bzip2CompressionSettings()Initializes a new instance of the Bzip2CompressionSettings class with default block size.
Aspose.Zip.Saving.Bzip2CompressionSettings(int blockSize)Initializes a new instance of the Bzip2CompressionSettings class with given block size.
Aspose.Zip.Saving.CompressionSettings.Bzip2An instance of Bzip2CompressionSettings with default parameters.
Aspose.Zip.Saving.CompressionSettings.DeflateAn instance of DeflateCompressionSettings with default parameters.
Aspose.Zip.Saving.CompressionSettings.StoreAn instance of StoreCompressionSettings with default parameters.
Aspose.Zip.Saving.CompressionSettings.LzmaAn instance of LzmaCompressionSettings with default parameters.