com.partnersoft.formats.zip
Class ZipVfs

java.lang.Object
  extended by com.partnersoft.io.vfs.AbstractVfs
      extended by com.partnersoft.formats.zip.ZipVfs
All Implemented Interfaces:
Vfs

public class ZipVfs
extends AbstractVfs


Constructor Summary
ZipVfs(VfsFile file)
           
 
Method Summary
 void close()
           
 Path getAbsolutePath()
          Absolute path to the root of this Vfs.
 void open()
           
 
Methods inherited from class com.partnersoft.io.vfs.AbstractVfs
addDirectoryEntry, addFileEntry, directoryFor, directoryFor, fileFor, fileFor, isWritable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipVfs

public ZipVfs(VfsFile file)
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

open

public void open()
          throws java.io.IOException
Specified by:
open in class AbstractVfs
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in class AbstractVfs
Throws:
java.io.IOException

getAbsolutePath

public Path getAbsolutePath()
Description copied from interface: Vfs
Absolute path to the root of this Vfs. Meaning depends on type of Vfs.