com.jcraft.jsch
Class Channel.MyPipedInputStream

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

 class Channel.MyPipedInputStream
extends java.io.PipedInputStream


Field Summary
 
Fields inherited from class java.io.PipedInputStream
buffer, in, out, PIPE_SIZE
 
Constructor Summary
Channel.MyPipedInputStream()
           
Channel.MyPipedInputStream(int size)
           
Channel.MyPipedInputStream(java.io.PipedOutputStream out)
           
Channel.MyPipedInputStream(java.io.PipedOutputStream out, int size)
           
 
Method Summary
 
Methods inherited from class java.io.PipedInputStream
available, close, 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
 

Constructor Detail

Channel.MyPipedInputStream

Channel.MyPipedInputStream()
                     throws java.io.IOException
Throws:
java.io.IOException

Channel.MyPipedInputStream

Channel.MyPipedInputStream(int size)
                     throws java.io.IOException
Throws:
java.io.IOException

Channel.MyPipedInputStream

Channel.MyPipedInputStream(java.io.PipedOutputStream out)
                     throws java.io.IOException
Throws:
java.io.IOException

Channel.MyPipedInputStream

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


Copyright 2006 jcraft. All Rights Reserved.