Browse our Products

Aspose.ZIP for Python via .NET 24.11 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1219Extract LHA archives.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.lha.LhaArchiveRepresents a Lha archive file.
aspose.zip.lha.LhaArchiveEntryFile entry of Lha archive.
aspose.zip.lha.LhaDirectoryEntryDirectory entry of Lha archive.
The following public methods and properties were added:Description
aspose.zip.lha.LhaArchive.extract_to_directory()Extracts all the files and directories to the directory provided.
aspose.zip.lha.LhaArchive.directoriesGets directory entries constituting the archive.
aspose.zip.lha.LhaArchive.entriesGets file entries constituting the archive.
aspose.zip.lha.LhaArchiveEntry.extract()Extracts Lha archive entry to various destination.
aspose.zip.lha.LhaArchiveEntry.lengthGets the length of the entry in bytes.
aspose.zip.lha.LhaArchiveEntry.nameGets name of the entry.
aspose.zip.lha.LhaDirectoryEntry.extract_to_directoryComposes an empty directory inside the destinationDirectory.
aspose.zip.lha.LhaDirectoryEntry.nameGets the name of the directory.