com.partnersoft.formats.haversack
Class HaversackVfs

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

public class HaversackVfs
extends AbstractVfs


Constructor Summary
HaversackVfs(VfsFile haversackFile)
           
 
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

HaversackVfs

public HaversackVfs(VfsFile haversackFile)
             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.