Browse our Products

Aspose.ZIP for .NET 22.7 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-895Support Snappy algorithm.Feature
ZIPNET-904Compress cpio archives to GZip, BZip2 and XZ.Feature
ZIPNET-893Respect tar and cpio formats while saving those archives to BZip2.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Snappy.SnappyArchiveClass representing snappy archive file.
The following public methods and properties were added:Description
Aspose.Zip.Snappy.SnappyArchive.#ctor(…)Initializes a new instance of the SnappyArchive class.
Aspose.Zip.Snappy.SnappyArchive.Save(…)Saves snappy archive to destination provided.
Aspose.Zip.Snappy.SnappyArchive.SetSource(…)Sets the content to be compressed within the archive.
Aspose.Zip.Cpio.CpioArchive.SaveGzipped(…)Saves archive to the stream with gzip compression.
Aspose.Zip.Cpio.CpioArchive.SaveXzCompressed(…)Saves archive to the stream with xz compression.
Aspose.Zip.Bzip2.SetSource(CpioArchive cpioArchive)Sets the content to be compressed within the archive.