protected class AbstractFileSystem.OpenDirectory extends 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 IOException, PermissionDeniedException
IOException
PermissionDeniedException
public AbstractFile getFile()
public AbstractFile[] getChildren() throws IOException, PermissionDeniedException
IOException
PermissionDeniedException
public int getPosition()
public SftpFileFilter getFilter()
public void setPosition(int readpos)
Copyright © 2024. All rights reserved.