Browse our Products

Aspose.ZIP for .NET 24.8 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1189Use EventBag for split Zip archives.Feature
ZIPNET-1190Introduced event raised just before Zip entry compression.Feature
ZIPNET-1191Added static instance of Zstandard compression settings.Enhancement
ZIPNET-1191Implemented archive for uuencode.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Zip.Uue.UueArchiveRepresents an uuencoded file.
Aspose.Zip.Uue.UueSaveOptionsOptions for saving an uuencoded file.
The following public methods and properties were added:Description
Aspose.Zip.Uue.UueSaveOptions.NewLineGets the character terminating each line.
Aspose.Zip.Uue.UueSaveOptions.FileNameGets the file name to be used when recreating the decoded data.
Aspose.Zip.Uue.UueSaveOptions.UnixFilePermissionsGets the file’s Unix file permissions.
Aspose.Zip.Uue.UueSaveOptions(…)Initializes the options.
Aspose.Zip.Uue.UueArchive.Save(…)Saves archive to the stream or file provided.
Aspose.Zip.Uue.UueArchive.Extract(…)Extracts the archive to the stream or path provided.
Aspose.Zip.Uue.UueArchive.ExtractToDirectory(string destinationDirectory)Extracts content of the archive to the directory provided.
Aspose.Zip.Uue.UueArchive.NameGets the original name of the encoded file.
Aspose.Zip.Uue.UueArchive.SetSource(…)Sets the content to be encoded within the archive.
Aspose.Zip.Saving.CompressionSettings.ZstdAn instance of ZstandardCompressionSettings with default parameters.
Aspose.Zip.Saving.SplitArchiveSaveOptions.EventsBagGets or sets container of events raising on archive saving.
Aspose.Zip.Saving.EventsBag.EntryAccessedAn event raised before an archive entry is being compressed.