Uses of Interface
com.github.junrar.Volume

Packages that use Volume
com.github.junrar   
com.github.junrar.impl   
com.github.junrar.vfs2.provider.rar   
 

Uses of Volume in com.github.junrar
 

Methods in com.github.junrar that return Volume
 Volume Archive.getVolume()
           
 Volume VolumeManager.nextArchive(Archive archive, Volume lastVolume)
           
 

Methods in com.github.junrar with parameters of type Volume
 boolean UnrarCallback.isNextVolumeReady(Volume nextVolume)
          Return true if the next volume is ready to be processed, false otherwise.
 Volume VolumeManager.nextArchive(Archive archive, Volume lastVolume)
           
 void Archive.setVolume(Volume volume)
           
 

Uses of Volume in com.github.junrar.impl
 

Classes in com.github.junrar.impl that implement Volume
 class FileVolume
           
 

Methods in com.github.junrar.impl that return Volume
 Volume FileVolumeManager.nextArchive(Archive archive, Volume last)
           
 

Methods in com.github.junrar.impl with parameters of type Volume
 Volume FileVolumeManager.nextArchive(Archive archive, Volume last)
           
 

Uses of Volume in com.github.junrar.vfs2.provider.rar
 

Classes in com.github.junrar.vfs2.provider.rar that implement Volume
 class VFSVolume
           
 

Methods in com.github.junrar.vfs2.provider.rar that return Volume
 Volume VFSVolumeManager.nextArchive(Archive archive, Volume last)
           
 

Methods in com.github.junrar.vfs2.provider.rar with parameters of type Volume
 Volume VFSVolumeManager.nextArchive(Archive archive, Volume last)
           
 



Copyright © 2012. All Rights Reserved.