Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.vfs » [javadoc | source]
com.sshtools.daemon.vfs
class: VirtualFileSystem.OpenFile [javadoc | source]
java.lang.Object
   com.sshtools.daemon.vfs.VirtualFileSystem$OpenFile
Field Summary
 File f     
 RandomAccessFile raf     
 UnsignedInteger32 flags     
Constructor:
 public OpenFile(File f,
    RandomAccessFile raf,
    UnsignedInteger32 flags) 
Method from com.sshtools.daemon.vfs.VirtualFileSystem$OpenFile Summary:
getFile,   getFlags,   getRandomAccessFile
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.vfs.VirtualFileSystem$OpenFile Detail:
 public File getFile() 
 public UnsignedInteger32 getFlags() 
 public RandomAccessFile getRandomAccessFile()