Uses of Class
org.apache.commons.vfs.provider.tar.TarInputStream

Packages that use TarInputStream
org.apache.commons.vfs.provider.tar The Tar File Provider. 
 

Uses of TarInputStream in org.apache.commons.vfs.provider.tar
 

Fields in org.apache.commons.vfs.provider.tar declared as TarInputStream
private  TarInputStream TarFileSystem.tarFile
           
 

Methods in org.apache.commons.vfs.provider.tar that return TarInputStream
protected  TarInputStream TarFileSystem.createTarFile(java.io.File file)
           
protected  TarInputStream TarFileSystem.getTarFile()