| java.lang.Object ch.ethz.ssh2.SFTPv3FileHandle
SFTPv3FileHandle | public class SFTPv3FileHandle (Code) | | A SFTPv3FileHandle .
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: SFTPv3FileHandle.java,v 1.2 2006/09/11 09:05:11 cplattne Exp $ |
fileHandle | final byte[] fileHandle(Code) | | |
isClosed | boolean isClosed(Code) | | |
getClient | public SFTPv3Client getClient()(Code) | | Get the SFTPv3Client instance which created this handle.
A SFTPv3Client instance. |
|
|