Uses of Class
com.aspose.zip.RarArchiveEntry
-
-
Uses of RarArchiveEntry in com.aspose.zip
Subclasses of RarArchiveEntry in com.aspose.zip Modifier and Type Class Description classRarArchiveEntryEncryptedRar entry that needs to be decompressed with decryption.classRarArchiveEntryPlainRar entry that needs to be decompressed without decryption.Methods in com.aspose.zip that return types with arguments of type RarArchiveEntry Modifier and Type Method Description List<RarArchiveEntry>RarArchive. getEntries()Gets entries ofRarArchiveEntrytype constituting the rar archive.
-