Browse our Products

Aspose.ZIP for Java 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
com.aspose.zip.LhaArchiveRepresents a Lha archive file.
com.aspose.zip.LhaArchiveEntryFile entry of Lha archive.
com.aspose.zip.LhaDirectoryEntryDirectory entry of Lha archive.
The following public methods were added:Description
com.aspose.zip.LhaArchive.extractToDirectory( String )Extracts all the files and directories to the directory provided.
com.aspose.zip.LhaArchive.getDirectories()Gets directory entries constituting the archive.
com.aspose.zip.LhaArchive.getEntries()Gets file entries constituting the archive.
com.aspose.zip.LhaArchiveEntry.extract(…)Extracts Lha archive entry to various destination.
com.aspose.zip.LhaArchiveEntry.getLength()Gets the length of the entry in bytes.
com.aspose.zip.LhaArchiveEntry.getName()Gets name of the entry.
com.aspose.zip.LhaDirectoryEntry.extractToDirectory( String )Composes an empty directory inside the destinationDirectory.
com.aspose.zip.LhaDirectoryEntry.getName()Gets the name of the directory.