|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.sftp.SftpSubsystem.Handle
org.apache.sshd.server.sftp.SftpSubsystem.FileHandle
protected static class SftpSubsystem.FileHandle
| Constructor Summary | |
|---|---|
SftpSubsystem.FileHandle(SshFile sshFile,
int flags)
|
|
| Method Summary | |
|---|---|
void |
close()
|
int |
getFlags()
|
int |
read(byte[] data,
long offset)
|
void |
write(byte[] data,
long offset)
|
| Methods inherited from class org.apache.sshd.server.sftp.SftpSubsystem.Handle |
|---|
getFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SftpSubsystem.FileHandle(SshFile sshFile,
int flags)
| Method Detail |
|---|
public int getFlags()
public int read(byte[] data,
long offset)
throws java.io.IOException
java.io.IOException
public void write(byte[] data,
long offset)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
close in class SftpSubsystem.Handlejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||