public class

SFTPv3FileHandle

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.SFTPv3FileHandle

Class Overview

A SFTPv3FileHandle.

Summary

Fields
final SFTPv3Client client
final byte[] fileHandle
boolean isClosed
Public Methods
SFTPv3Client getClient()
Get the SFTPv3Client instance which created this handle.
boolean isClosed()
Check if this handle was closed with the closeFile(SFTPv3FileHandle) method of the SFTPv3Client instance which created the handle.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

final SFTPv3Client client

final byte[] fileHandle

boolean isClosed

Public Methods

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 the closeFile(SFTPv3FileHandle) method of the SFTPv3Client instance which created the handle.

Returns
  • if the handle is closed.