Aspose.ZIP for .NET 19.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-240Implement bzip2 compressionEnhancement
ZIPNET-300Compress directory with trailing slashBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Bzip2.Bzip2ArchiveRepresents the bzip2 archive file.
Aspose.Zip.Bzip2.Bzip2SaveOptionsRepresents options for bzip2 compression.
The following public methods and properties were added:Description
Aspose.Zip.Bzip2.Bzip2Archive.#ctor()Initializes a new instance of the Bzip2Archive class prepared for compressing.
Aspose.Zip.Bzip2.Bzip2Archive.#ctor(…)Initializes a new instance of the Bzip2Archive class prepared for decompressing.
Aspose.Zip.Bzip2.Bzip2Archive.SetSource(…)Sets the content to be compressed within the bzip2 archive.
Aspose.Zip.Bzip2.Bzip2Archive.Open()Opens the archive for extraction and provides a stream with archive content.
Aspose.Zip.Bzip2.Bzip2Archive.Save(…)Saves archive to the stream provided.
Aspose.Zip.Bzip2.Bzip2Archive.Dispose()Releases and resets resources.
Aspose.Zip.Bzip2.Bzip2SaveOptions.#ctor(…)Initializes a new instance of the Bzip2SaveOptions class.
Aspose.Zip.Bzip2.Bzip2SaveOptions.BlockSizeBlock size in hundreds of kilobytes.