Browse our Products
Aspose.ZIP for .NET 23.12 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 23.12.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1062 | Introduce FastLZ compression. | Feature |
ZIPNET-1084 | Encrypt existing ZIP archive without repacking. | Feature |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Zip.FastLZ.FastLZStream | A stream wrapper that compresses data with FastLZ. |
The following public methods and properties were added: | Description |
Aspose.Zip.FastLZ.FastLZStream.#ctor((Stream stream, int compressionLevel) | Initializes a new instance of the FastLZStream class fprepared for compression. |
Aspose.Zip.Saving.ArchiveSaveOptions.EncryptionOptions | Gets of sets encryption settings for saving existing zip archive. |