Uses of Class
org.millscript.commons.vfs.AbstractVFile

Packages that use AbstractVFile
org.millscript.commons.vfs.mime This package provides MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.mime.zip This package provides the "application/x-zip" MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.file This package provides the "file" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.ftp This package provides the "ftp" URI scheme support for the virtual filesystem. 
org.millscript.commons.vfs.protocols.http This package provides the "http" URI scheme support for the virtual filesystem. 
 

Uses of AbstractVFile in org.millscript.commons.vfs.mime
 

Constructors in org.millscript.commons.vfs.mime with parameters of type AbstractVFile
AbstractMIMEVVolume(AbstractVFile<?> parentFile)
          Constructs a new virtual volume from the specified virtual file.
 

Uses of AbstractVFile in org.millscript.commons.vfs.mime.zip
 

Subclasses of AbstractVFile in org.millscript.commons.vfs.mime.zip
 class ReadOnlyZipFile
          This class implements a virtual filesystem file for a read-only zip file file.
 

Uses of AbstractVFile in org.millscript.commons.vfs.protocols.file
 

Subclasses of AbstractVFile in org.millscript.commons.vfs.protocols.file
 class LocalFile
          This class implements a virtual filesystem file for a local filesystem file.
 

Uses of AbstractVFile in org.millscript.commons.vfs.protocols.ftp
 

Subclasses of AbstractVFile in org.millscript.commons.vfs.protocols.ftp
 class FtpFile
          This class implements a virtual filesystem file for an FTP filesystem file.
 

Uses of AbstractVFile in org.millscript.commons.vfs.protocols.http
 

Subclasses of AbstractVFile in org.millscript.commons.vfs.protocols.http
 class HttpFile
          This class implements a virtual filesystem file for an HTTP filesystem file.
 



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.