Uses of Class
com.github.junrar.Archive
Packages that use Archive
-
Uses of Archive in com.github.junrar
Methods in com.github.junrar that return ArchiveModifier and TypeMethodDescriptionprivate static ArchiveJunrar.createArchiveOrThrowException(VolumeManager volumeManager, String password) private static ArchiveJunrar.createArchiveOrThrowException(File file, String password) private static ArchiveJunrar.createArchiveOrThrowException(InputStream rarAsStream, String password) Methods in com.github.junrar with parameters of type ArchiveModifier and TypeMethodDescription(package private) FileLocalFolderExtractor.extract(Archive arch, FileHeader fileHeader) Junrar.extractArchiveTo(Archive arch, LocalFolderExtractor destination) private static List<ContentDescription> Junrar.getContentsDescriptionFromArchive(Archive arch) private static FileJunrar.tryToExtract(LocalFolderExtractor destination, Archive arch, FileHeader fileHeader) -
Uses of Archive in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as ArchiveConstructors in com.github.junrar.unpack with parameters of type Archive -
Uses of Archive in com.github.junrar.volume
Fields in com.github.junrar.volume declared as ArchiveModifier and TypeFieldDescriptionprivate final ArchiveFileVolume.archiveprivate final ArchiveInputStreamVolume.archiveMethods in com.github.junrar.volume that return ArchiveModifier and TypeMethodDescriptionFileVolume.getArchive()InputStreamVolume.getArchive()Volume.getArchive()Methods in com.github.junrar.volume with parameters of type ArchiveModifier and TypeMethodDescriptionFileVolumeManager.nextVolume(Archive archive, Volume last) InputStreamVolumeManager.nextVolume(Archive archive, Volume lastVolume) VolumeManager.nextVolume(Archive archive, Volume lastVolume) Returns either the first volume or the next volume.Constructors in com.github.junrar.volume with parameters of type ArchiveModifierConstructorDescriptionFileVolume(Archive archive, File file) InputStreamVolume(Archive archive, InputStream inputStream, int position)