Ganymed SSH-2 for Java

ch.ethz.ssh2
Class SFTPv3FileHandle

java.lang.Object
  extended bych.ethz.ssh2.SFTPv3FileHandle

public class SFTPv3FileHandle
extends java.lang.Object

A SFTPv3FileHandle.

Version:
$Id: SFTPv3FileHandle.java,v 1.2 2006/09/11 09:05:11 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClient

public SFTPv3Client getClient()
Get the SFTPv3Client instance which created this handle.

Returns:
A SFTPv3Client instance.

isClosed

public boolean isClosed()
Check if this handle was closed with the SFTPv3Client.closeFile(SFTPv3FileHandle) method of the SFTPv3Client instance which created the handle.

Returns:
if the handle is closed.

Ganymed SSH-2 for Java

!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!