Aspose.ZIP for .NET 20.11 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-568Implement BZip2 compression within 7z container.Enhancement
ZIPNET-573Unpack simplest 7z archive with LZMA compression method.Enhancement
ZIPNET-562Provided extract to stream methods.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.SevenZipBZip2CompressionSettingsSettings for BZip2 compression method within 7z archive.
The following public methods and properties were added:Description
Aspose.Zip.Saving.SevenZipBZip2CompressionSettings.#ctor(…)Initializes a new instance of the SevenZipBZip2CompressionSettings.
Aspose.Zip.Saving.SevenZipBZip2CompressionSettings.BlockSizeBlock size in hundreds of kilobytes.
Aspose.Zip.Saving.SevenZipBZip2CompressionSettings.MethodGets compression or decompression method.
Aspose.Zip.ArchiveEntry.Extract(Stream, String)Extracts the entry to the stream provided.
Aspose.Zip.Bzip2.Bzip2Archive.Extract(Stream)Extracts the archive to the stream provided.
Aspose.Zip.Gzip.GzipArchive.Extract(Stream)Extracts the archive to the stream provided.
Aspose.Zip.Tar.TarEntry.Extract(Stream)Extracts the entry to the stream provided.
Aspose.Zip.Rar.RarArchiveEntry.Extract(Stream, String)Extracts the entry to the stream provided.
Aspose.Zip.SevenZip.SevenZipArchive.#ctor(Stream)Initializes a new instance of the SevenZipArchive class and composes entries list can be extracted from the archive.
Aspose.Zip.SevenZip.SevenZipArchive.#ctor(String)Initializes a new instance of the SevenZipArchive class and composes entries list can be extracted from the archive.
Aspose.Zip.SevenZip.SevenZipArchive.ExtractToDirectory(String)Extracts all the files in the archive to the directory provided.