public class SftpFileOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
SftpFileOutputStream(SftpFile file)
Creates a new SftpFileOutputStream object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
void |
write(byte[] buffer,
int offset,
int len) |
void |
write(int b) |
public SftpFileOutputStream(SftpFile file) throws java.io.IOException
file - java.io.IOExceptionpublic void write(byte[] buffer,
int offset,
int len)
throws java.io.IOException
write in class java.io.OutputStreambuffer - offset - len - java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionprotected void finalize()
throws java.io.IOException
finalize in class java.lang.Objectjava.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.