Browse our Products
Aspose.ZIP for .NET 19.6 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 19.6.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-242 | Implement LZMA compression within ZIP archive | Enhancement |
ZIPNET-345 | Implement BZip2 compression within ZIP archive | Enhancement |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.Saving.Bzip2CompressionSettings | Represents settings for Bzip2 compression within ZIP archive. |
Aspose.Zip.Saving.LzmaCompressionSettings | Represents 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.Bzip2 | An instance of Bzip2CompressionSettings with default parameters. |
Aspose.Zip.Saving.CompressionSettings.Deflate | An instance of DeflateCompressionSettings with default parameters. |
Aspose.Zip.Saving.CompressionSettings.Store | An instance of StoreCompressionSettings with default parameters. |
Aspose.Zip.Saving.CompressionSettings.Lzma | An instance of LzmaCompressionSettings with default parameters. |