|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.PipedInputStream
org.jboss.remoting.transport.multiplex.FastPipedInputStream
A FastPipedInputStream.
Copyright (c) 2005
Field Summary |
Fields inherited from class java.io.PipedInputStream |
buffer, in, out, PIPE_SIZE |
Constructor Summary | |
FastPipedInputStream()
Create a new FastPipedInputStream. |
|
FastPipedInputStream(java.io.PipedOutputStream src)
Create a new FastPipedInputStream. |
Method Summary | |
protected void |
receive(int b)
|
protected void |
receiveAnyWay(int b)
|
Methods inherited from class java.io.PipedInputStream |
available, close, connect, read, read |
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 |
public FastPipedInputStream()
public FastPipedInputStream(java.io.PipedOutputStream src) throws java.io.IOException
src
-
java.io.IOException
Method Detail |
protected void receive(int b) throws java.io.IOException
java.io.IOException
protected void receiveAnyWay(int b) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |