com.sshtools.j2ssh.sftp
Class SftpFileInputStream
InputStream
com.sshtools.j2ssh.sftp.SftpFileInputStream
public class SftpFileInputStream
extends InputStream
SftpFileInputStream
public SftpFileInputStream(SftpFile file)
throws IOException
Creates a new SftpFileInputStream object.
close
public void close()
throws IOException
finalize
protected void finalize()
throws IOException
read
public int read()
throws java.io.IOException
read
public int read(byte[] buffer,
int offset,
int len)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.