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