Browse our Products

Aspose.ZIP for Python via .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.new_lineGets the character terminating each line.
aspose.zip.uue.UueSaveOptions.file_nameGets the file name to be used when recreating the decoded data.
aspose.zip.uue.UueSaveOptions.unix_file_permissionsGets the file’s Unix file permissions.
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.extract_to_directory(destination)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.set_source(…)Sets the content to be encoded within the archive.
aspose.zip.saving.CompressionSettings.zstdAn instance of ZstandardCompressionSettings with default parameters.
aspose.zip.saving.SplitArchiveSaveOptions.events_bagGets or sets container of events raising on archive saving.
aspose.zip.saving.EventsBag.entry_accessedAn event raised before an archive entry is being compressed.