Browse our Products

Aspose.ZIP for .NET 23.12 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1062Introduce FastLZ compression.Feature
ZIPNET-1084Encrypt existing ZIP archive without repacking.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.FastLZ.FastLZStreamA 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.EncryptionOptionsGets of sets encryption settings for saving existing zip archive.