Uses of Class
com.github.junrar.Archive

Packages that use Archive
com.github.junrar   
com.github.junrar.impl   
com.github.junrar.unpack   
com.github.junrar.vfs2.provider.rar   
 

Uses of Archive in com.github.junrar
 

Methods in com.github.junrar that return Archive
 Archive Volume.getArchive()
           
 

Methods in com.github.junrar with parameters of type Archive
 Volume VolumeManager.nextArchive(Archive archive, Volume lastVolume)
           
 

Uses of Archive in com.github.junrar.impl
 

Methods in com.github.junrar.impl that return Archive
 Archive FileVolume.getArchive()
           
 

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

Constructors in com.github.junrar.impl with parameters of type Archive
FileVolume(Archive archive, File file)
           
 

Uses of Archive in com.github.junrar.unpack
 

Constructors in com.github.junrar.unpack with parameters of type Archive
ComprDataIO(Archive arc)
           
 

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

Fields in com.github.junrar.vfs2.provider.rar declared as Archive
protected  Archive RARFileObject.archive
          The TFile.
 

Methods in com.github.junrar.vfs2.provider.rar that return Archive
 Archive VFSVolume.getArchive()
           
 

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

Constructors in com.github.junrar.vfs2.provider.rar with parameters of type Archive
RARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, Archive archive, FileHeader header, RARFileSystem fs)
           
VFSVolume(Archive archive, org.apache.commons.vfs2.FileObject file)
           
 



Copyright © 2012. All Rights Reserved.