Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
ch.ethz.ssh2.SFTPv3FileHandle
public class SFTPv3FileHandle
extends java.lang.Object
SFTPv3FileHandle
.
Method Summary | |
SFTPv3Client |
|
boolean |
|
public SFTPv3Client getClient()
Get the SFTPv3Client instance which created this handle.
- Returns:
- A SFTPv3Client instance.
public boolean isClosed()
Check if this handle was closed with theSFTPv3Client.closeFile(SFTPv3FileHandle)
method of theSFTPv3Client
instance which created the handle.
- Returns:
- if the handle is closed.