Browse our Products

Aspose.ZIP for .NET 24.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1136Introduce Zstandard archive format.Feature
ZIPNET-1134Cpio combinations with various compression methods.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Zstandard.ZstandardArchiveA class representing Zstandard archive file.
The following public methods and properties were added:Description
Aspose.Zip.Cpio.CpioArchive.SaveLzipped(…)Saves archive to the stream with lzip compression.
Aspose.Zip.Cpio.CpioArchive.SaveLZMACompressed(…)Saves archive to the stream with LZMA compression.
Aspose.Zip.Cpio.CpioArchive.SaveZCompressed(…)Saves archive to the stream with Z compression.
Aspose.Zip.Cpio.CpioArchive.SaveZstandard(…)Saves archive to the stream with Zstandard compression.
Aspose.Zip.Zstandard.ZstandardArchive.SetSource(…)Sets the content to be compressed within the archive.
Aspose.Zip.Zstandard.ZstandardArchive.Open()Opens the archive for extraction and provides a stream with archive content.
Aspose.Zip.Zstandard.ZstandardArchive.Save(…)Saves archive to the stream provided.
Aspose.Zip.Zstandard.ZstandardArchive.ExtractToDirectory (…)Extracts content of the archive to the directory provided.