public class SFTPv3FileHandle
extends java.lang.Object
SFTPv3FileHandle.| Modifier and Type | Method | 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. |
public SFTPv3Client getClient()
public boolean isClosed()
SFTPv3Client.closeFile(SFTPv3FileHandle) method
of the SFTPv3Client instance which created the handle.