Uses of Interface
com.github.junrar.volume.Volume
-
Packages that use Volume Package Description com.github.junrar com.github.junrar.volume -
-
Uses of Volume in com.github.junrar
Fields in com.github.junrar declared as Volume Modifier and Type Field Description private VolumeArchive. volumeMethods in com.github.junrar that return Volume Modifier and Type Method Description VolumeArchive. getVolume()Methods in com.github.junrar with parameters of type Volume Modifier and Type Method Description booleanUnrarCallback. isNextVolumeReady(Volume nextVolume)voidArchive. setVolume(Volume volume) -
Uses of Volume in com.github.junrar.volume
Classes in com.github.junrar.volume that implement Volume Modifier and Type Class Description classFileVolumeclassInputStreamVolumeMethods in com.github.junrar.volume that return Volume Modifier and Type Method Description VolumeFileVolumeManager. nextVolume(Archive archive, Volume last)VolumeInputStreamVolumeManager. nextVolume(Archive archive, Volume lastVolume)VolumeVolumeManager. nextVolume(Archive archive, Volume lastVolume)Returns either the first volume or the next volume.Methods in com.github.junrar.volume with parameters of type Volume Modifier and Type Method Description VolumeFileVolumeManager. nextVolume(Archive archive, Volume last)VolumeInputStreamVolumeManager. nextVolume(Archive archive, Volume lastVolume)VolumeVolumeManager. nextVolume(Archive archive, Volume lastVolume)Returns either the first volume or the next volume.
-