protected class AbstractFileSystem.OpenDirectory
extends java.lang.Object
| Constructor and Description |
|---|
OpenDirectory(AbstractFile f,
SftpFileFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFile[] |
getChildren() |
AbstractFile |
getFile() |
SftpFileFilter |
getFilter() |
int |
getPosition() |
void |
setPosition(int readpos) |
public OpenDirectory(AbstractFile f, SftpFileFilter filter) throws java.io.IOException, PermissionDeniedException
java.io.IOExceptionPermissionDeniedExceptionpublic AbstractFile getFile()
public AbstractFile[] getChildren() throws java.io.IOException, PermissionDeniedException
java.io.IOExceptionPermissionDeniedExceptionpublic int getPosition()
public SftpFileFilter getFilter()
public void setPosition(int readpos)
Copyright © 2022. All rights reserved.