com.sshtools.daemon.vfs
Class VirtualFileSystem.OpenDirectory
java.lang.Object
com.sshtools.daemon.vfs.VirtualFileSystem.OpenDirectory
- Enclosing class:
- VirtualFileSystem
class VirtualFileSystem.OpenDirectory
- extends java.lang.Object
Field Summary |
(package private) java.io.File[] |
children
|
(package private) java.io.File |
f
|
(package private) java.lang.String |
path
|
(package private) int |
readpos
|
(package private) java.lang.String |
realPath
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f
java.io.File f
children
java.io.File[] children
readpos
int readpos
path
java.lang.String path
realPath
java.lang.String realPath
VirtualFileSystem.OpenDirectory
public VirtualFileSystem.OpenDirectory(java.lang.String realPath,
java.lang.String path,
java.io.File f)
getFile
public java.io.File getFile()
getChildren
public java.io.File[] getChildren()
getPosition
public int getPosition()
setPosition
public void setPosition(int readpos)