org.millscript.commons.vfs.mime.zip
Class ReadOnlyZipVolume

java.lang.Object
  extended by org.millscript.commons.vfs.AbstractVVolume
      extended by org.millscript.commons.vfs.mime.AbstractMIMEVVolume
          extended by org.millscript.commons.vfs.mime.zip.ReadOnlyZipVolume
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator, VVolume

public class ReadOnlyZipVolume
extends AbstractMIMEVVolume

This class implements a virtual filesystem for read-only access to a zip file.


Method Summary
protected  VFolder makeRootVFolder(VFile sourceFile)
          Constructs the root folder for this volume, with the specified parent folder and returns it.
 
Methods inherited from class org.millscript.commons.vfs.mime.AbstractMIMEVVolume
getParentVFile, getRootVFolder, getTempBackingFile, getURI
 
Methods inherited from class org.millscript.commons.vfs.AbstractVVolume
appendBaseURI, decorate, getParentVFS, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

makeRootVFolder

protected VFolder makeRootVFolder(VFile sourceFile)
Description copied from class: AbstractMIMEVVolume
Constructs the root folder for this volume, with the specified parent folder and returns it.

Specified by:
makeRootVFolder in class AbstractMIMEVVolume
Parameters:
sourceFile - the virtual file for the source of this volume
Returns:
the VFolder for the root of this volume
See Also:
AbstractMIMEVVolume.makeRootVFolder(org.millscript.commons.vfs.VFile)


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