Home | History | Annotate | Download | only in ssh2

Lines Matching refs:handle

16     private SFTPv3FileHandle handle;
23 public SFTPInputStream(SFTPv3FileHandle handle) {
24 this.handle = handle;
38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len);
62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1);
84 handle.getClient().closeFile(handle);