|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.sshtools.j2ssh.sftp.SftpFileOutputStream
DOCUMENT ME!
| Constructor Summary | |
SftpFileOutputStream(SftpFile file)
Creates a new SftpFileOutputStream object. |
|
| Method Summary | |
void |
close()
DOCUMENT ME! |
protected void |
finalize()
DOCUMENT ME! |
void |
write(byte[] buffer,
int offset,
int len)
DOCUMENT ME! |
void |
write(int b)
DOCUMENT ME! |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SftpFileOutputStream(SftpFile file)
throws java.io.IOException
file - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!| Method Detail |
public void write(byte[] buffer,
int offset,
int len)
throws java.io.IOException
buffer - DOCUMENT ME!offset - DOCUMENT ME!len - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public void write(int b)
throws java.io.IOException
b - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public void close()
throws java.io.IOException
java.io.IOException - DOCUMENT ME!
protected void finalize()
throws java.io.IOException
java.io.IOException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||