Uses of Interface
com.github.junrar.VolumeManager

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

Uses of VolumeManager in com.github.junrar
 

Methods in com.github.junrar that return VolumeManager
 VolumeManager Archive.getVolumeManager()
           
 

Methods in com.github.junrar with parameters of type VolumeManager
 void Archive.setVolumeManager(VolumeManager volumeManager)
           
 

Constructors in com.github.junrar with parameters of type VolumeManager
Archive(VolumeManager volumeManager)
           
Archive(VolumeManager volumeManager, UnrarCallback unrarCallback)
          create a new archive object using the given VolumeManager
 

Uses of VolumeManager in com.github.junrar.impl
 

Classes in com.github.junrar.impl that implement VolumeManager
 class FileVolumeManager
           
 

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

Classes in com.github.junrar.vfs2.provider.rar that implement VolumeManager
 class VFSVolumeManager
           
 



Copyright © 2012. All Rights Reserved.