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. |