Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.vfs » [javadoc | source]
com.sshtools.daemon.vfs
class: VirtualFileSystem.OpenDirectory [javadoc | source]
java.lang.Object
   com.sshtools.daemon.vfs.VirtualFileSystem$OpenDirectory
Field Summary
 File f     
 File[] children     
 int readpos     
 String path     
 String realPath     
Constructor:
 public OpenDirectory(String realPath,
    String path,
    File f) 
Method from com.sshtools.daemon.vfs.VirtualFileSystem$OpenDirectory Summary:
getChildren,   getFile,   getPosition,   setPosition
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.vfs.VirtualFileSystem$OpenDirectory Detail:
 public File[] getChildren() 
 public File getFile() 
 public int getPosition() 
 public  void setPosition(int readpos)