public class SFTPv3FileHandle extends Object
SFTPv3FileHandle.| Modifier and Type | Field and Description |
|---|---|
protected SFTPv3Client |
client |
protected byte[] |
fileHandle |
protected boolean |
isClosed |
| Modifier | Constructor and Description |
|---|---|
protected |
SFTPv3FileHandle(SFTPv3Client client,
byte[] h) |
| Modifier and Type | Method and Description |
|---|---|
SFTPv3Client |
getClient()
Get the SFTPv3Client instance which created this handle.
|
boolean |
isClosed()
Check if this handle was closed with the
SFTPv3Client.closeFile(SFTPv3FileHandle) method
of the SFTPv3Client instance which created the handle. |
protected final SFTPv3Client client
protected final byte[] fileHandle
protected boolean isClosed
protected SFTPv3FileHandle(SFTPv3Client client, byte[] h)
public SFTPv3Client getClient()
public boolean isClosed()
SFTPv3Client.closeFile(SFTPv3FileHandle) method
of the SFTPv3Client instance which created the handle.Copyright © 2014. All Rights Reserved.