Browse our Products

Aspose.ZIP for Python via .NET 25.9 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1317Extract non-merged LZX archive.Feature
ZIPNET-1357Properly release file having wrong headers after archive fails to extract from it.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.lzx.LzxArchiveClass for LZX archive extraction.
aspose.zip.lzx.LzxArchiveEntryClass representing a single file within LZX archive.
aspose.zip.lzx.LzxLoadOptionsOptions with which LZX archive is loaded from a compressed file.
The following public methods and properties were added:Description
aspose.zip.lzx.LzxLoadOptions.cancellation_tokenGets or sets a cancellation token used to cancel the extraction operation.
aspose.zip.lzx.LzxArchiveEntry.nameGets name of the entry.
aspose.zip.lzx.LzxArchiveEntry.commentaryGets commentary of the entry.
aspose.zip.lzx.LzxArchiveEntry.uncompressed_sizeGets size of the original file.
aspose.zip.lzx.LzxArchiveEntry.compressed_sizeGets size of the compressed file.
aspose.zip.lzx.LzxArchiveEntry.is_directoryGets a value indicating whether this entry is a directory.
aspose.zip.lzx.LzxArchiveEntry.modification_timeGets the last modified time of the entry.
aspose.zip.lzx.LzxArchiveEntry.extract(…)Extracts Lzx archive entry to the destination.
aspose.zip.lzx.LzxArchive.#ctor(…)Initializes a new instance of the LzxArchive prepared for extraction.
aspose.zip.lzx.LzxArchive.entriesGets file entries of LzxArchiveEntry type constituting the archive.
aspose.zip.lzx.LzxArchive.extract_to_directory(string)Extracts all the files and directories in the archive to the directory provided.
aspose.zip.lzx.LzxArchive.dispose()Disposes the LZX archive.
The following public enumerations were added:Description
aspose.zip.archiveinfo.ArchiveFormat.LZXIndicates the LZX archive.