Browse our Products

Aspose.ZIP for Python via .NET 25.1 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1239Extract ARJ archive.Feature
ZIPNET-1241Do not refer superfluous dependencies for .NET Framework 4.6.1 and above.Enhancement
ZIPNET-1243Drop LHA archive directory entry. Expose path and modification date of LHA entry.Enhancement
ZIPNET-1244Do not extract LHA archive from too short stream.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.arj.ArjArchiveClass representing ARJ archive file.
aspose.zip.arj.ArjEntryPlainClass representing single file within ARJ archive.
The following public methods and properties were added:Description
aspose.zip.arj.ArjArchive.init(…)Initializes a new instance of the ArjArchive prepared for extraction
aspose.zip.arj.ArjArchive.extract_to_directory(string)Extracts all entries to the specified directory.
aspose.zip.arj.ArjArchive.nameGets the original name.
aspose.zip.arj.ArjArchive.entriesGets entries constituting the ARJ archive.
aspose.zip.arj.ArjArchive.commentaryGets the commentary.
aspose.zip.arj.ArjEntryPlain.compressed_sizeGets size of compressed file.
aspose.zip.arj.ArjEntryPlain.nameGets name of the entry within archive.
aspose.zip.arj.ArjEntryPlain.uncompressed_sizeGets size of original file.
aspose.zip.arj.ArjEntryPlain.extract(…)Extracts the entry to the destination provided.
aspose.zip.lha.LhaArchiveEntry.is_directoryGets a value indicating whether this entry a directory.
aspose.zip.lha.LhaArchiveEntry.last_modifiedGets the last modified time of the entry.
The following public types were removed:Description
aspose.zip.lha.LhaDirectoryEntryEntry representying directory.