|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
org.apache.commons.vfs.util.MonitorOutputStream
org.apache.commons.vfs.provider.sftp.SftpFileObject.SftpOutputStream
private class SftpFileObject.SftpOutputStream
An OutputStream that wraps an sftp OutputStream, and closes the channel when the stream is closed.
Field Summary | |
---|---|
private com.jcraft.jsch.ChannelSftp |
channel
|
Fields inherited from class java.io.BufferedOutputStream |
---|
buf, count |
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
SftpFileObject.SftpOutputStream(com.jcraft.jsch.ChannelSftp channel)
|
Method Summary | |
---|---|
protected void |
onClose()
Called after this stream is closed. |
Methods inherited from class org.apache.commons.vfs.util.MonitorOutputStream |
---|
close |
Methods inherited from class java.io.BufferedOutputStream |
---|
flush, write, write |
Methods inherited from class java.io.FilterOutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final com.jcraft.jsch.ChannelSftp channel
Constructor Detail |
---|
public SftpFileObject.SftpOutputStream(com.jcraft.jsch.ChannelSftp channel)
Method Detail |
---|
protected void onClose() throws java.io.IOException
onClose
in class MonitorOutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |