com.jcraft.jsch
Class Channel.PassiveOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.PipedOutputStream
          extended by com.jcraft.jsch.Channel.PassiveOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
Channel

 class Channel.PassiveOutputStream
extends java.io.PipedOutputStream


Constructor Summary
Channel.PassiveOutputStream(java.io.PipedInputStream in)
           
 
Method Summary
 
Methods inherited from class java.io.PipedOutputStream
close, connect, flush, write, write
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel.PassiveOutputStream

Channel.PassiveOutputStream(java.io.PipedInputStream in)
                      throws java.io.IOException
Throws:
java.io.IOException


Copyright 2006 jcraft. All Rights Reserved.