com.aspose.zip.ArjArchive.#ctor(…) | Initializes a new instance of the ArjArchive prepared for extraction |
com.aspose.zip.ArjArchive.extractToDirectory( String ) | Extracts all entries to the specified directory. |
com.aspose.zip.ArjArchive.getName() | Gets the original name. |
com.aspose.zip.ArjArchive.getEntries() | Gets entries constituting the ARJ archive. |
com.aspose.zip.ArjArchive.getCommentary() | Gets the commentary. |
com.aspose.zip.ArjEntryPlain.getCompressedSize() | Gets size of compressed file. |
com.aspose.zip.ArjEntryPlain.getName() | Gets name of the entry within archive. |
com.aspose.zip.ArjEntryPlain.getUncompressedSize() | Gets size of original file. |
com.aspose.zip.ArjEntryPlain.extract(…) | Extracts the entry to the destination provided. |
com.aspose.zip.LhaArchiveEntry.isDirectory() | Gets a value indicating whether this entry a directory. |
com.aspose.zip.LhaArchiveEntry.getLastModified() | Gets the last modified time of the entry. |