com.sshtools.j2ssh.sftp

Class SftpFileOutputStream


public class SftpFileOutputStream
extends OutputStream

Version:
$Revision: 1.17 $
Author:
$author$

Constructor Summary

SftpFileOutputStream(SftpFile file)
Creates a new SftpFileOutputStream object.

Method Summary

void
close()
protected void
finalize()
void
write(byte[] buffer, int offset, int len)
void
write(int b)

Constructor Details

SftpFileOutputStream

public SftpFileOutputStream(SftpFile file)
            throws IOException
Creates a new SftpFileOutputStream object.
Parameters:
file -

Method Details

close

public void close()
            throws IOException

finalize

protected void finalize()
            throws IOException

write

public void write(byte[] buffer,
                  int offset,
                  int len)
            throws IOException
Parameters:
buffer -
offset -
len -

write

public void write(int b)
            throws IOException
Parameters:
b -

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.