Uses of Class
org.apache.commons.vfs.provider.zip.ZipFileSystem

Packages that use ZipFileSystem
org.apache.commons.vfs.provider.jar The Jar File Provider. 
org.apache.commons.vfs.provider.zip The Zip File Provider. 
 

Uses of ZipFileSystem in org.apache.commons.vfs.provider.jar
 

Subclasses of ZipFileSystem in org.apache.commons.vfs.provider.jar
 class JarFileSystem
          A read-only file system for Jar files.
 

Uses of ZipFileSystem in org.apache.commons.vfs.provider.zip
 

Fields in org.apache.commons.vfs.provider.zip declared as ZipFileSystem
private  ZipFileSystem ZipFileObject.fs
           
 

Constructors in org.apache.commons.vfs.provider.zip with parameters of type ZipFileSystem
ZipFileObject(FileName name, java.util.zip.ZipEntry entry, ZipFileSystem fs, boolean zipExists)