com.jcraft.jsch
Class Channel.PassiveInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.PipedInputStream
          extended by com.jcraft.jsch.Channel.MyPipedInputStream
              extended by com.jcraft.jsch.Channel.PassiveInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Channel

 class Channel.PassiveInputStream
extends Channel.MyPipedInputStream


Field Summary
(package private)  java.io.PipedOutputStream out
           
 
Fields inherited from class java.io.PipedInputStream
buffer, in, PIPE_SIZE
 
Constructor Summary
Channel.PassiveInputStream(java.io.PipedOutputStream out)
           
Channel.PassiveInputStream(java.io.PipedOutputStream out, int size)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.PipedInputStream
available, connect, read, read, receive
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

java.io.PipedOutputStream out
Constructor Detail

Channel.PassiveInputStream

Channel.PassiveInputStream(java.io.PipedOutputStream out,
                           int size)
                     throws java.io.IOException
Throws:
java.io.IOException

Channel.PassiveInputStream

Channel.PassiveInputStream(java.io.PipedOutputStream out)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.PipedInputStream
Throws:
java.io.IOException


Copyright 2006 jcraft. All Rights Reserved.