Uses of Interface
com.github.junrar.volume.VolumeManager
Packages that use VolumeManager
-
Uses of VolumeManager in com.github.junrar
Fields in com.github.junrar declared as VolumeManagerMethods in com.github.junrar that return VolumeManagerMethods in com.github.junrar with parameters of type VolumeManagerModifier and TypeMethodDescriptionprivate static ArchiveJunrar.createArchiveOrThrowException(VolumeManager volumeManager, String password) Junrar.extract(VolumeManager volumeManager, File destinationFolder) Junrar.extract(VolumeManager volumeManager, File destinationFolder, String password) voidArchive.setVolumeManager(VolumeManager volumeManager) Constructors in com.github.junrar with parameters of type VolumeManagerModifierConstructorDescriptionArchive(VolumeManager volumeManager, UnrarCallback unrarCallback, String password) -
Uses of VolumeManager in com.github.junrar.volume
Classes in com.github.junrar.volume that implement VolumeManager