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.IOException
public void write(byte[] buffer, int offset, int len) throws java.io.IOException
write
in class java.io.OutputStream
buffer
- offset
- len
- java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
protected void finalize() throws java.io.IOException
finalize
in class java.lang.Object
java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.