Browse our Products

Aspose.ZIP for .NET 22.12 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-788Provide ability to save multi-volume ZIP.Feature
ZIPNET-943Compose SHAR archive.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Saving.SplitArchiveSaveOptionsOptions for saving a multi-volume zip archive.
Aspose.Zip.Shar.SharArchiveThis class represents shar archive file.
Aspose.Zip.Shar.SharEntryRepresents single file within shar archive.
The following public methods and properties were added:Description
Aspose.Zip.Shar.SharArchive.#ctor()Initializes a new instance of the SharArchive class.
Aspose.Zip.Shar.SharArchive.CreateEntries(…)Adds to the archive all the files and directories recursively in the directory given.
Aspose.Zip.Shar.SharArchive.CreateEntry(…)Create single entry within the archive.
Aspose.Zip.Shar.SharArchive.DeleteEntry(…)Removes the entry from the archive.
Aspose.Zip.Shar.SharArchive.Save(…)Saves archive.
Aspose.Zip.Saving.SplitArchiveSaveOptions.#ctor()Instantiates settings for saving a multi-volume zip archive.
Aspose.Zip.Saving.SplitArchiveSaveOptions.EncodingGets or sets encoding for converting file names and other strings to bytes.
Aspose.Zip.Saving.SplitArchiveSaveOptions.FileNameGets the name of segments without extension.
Aspose.Zip.Saving.SplitArchiveSaveOptions.SegmentSizeGets the size of segment.