|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.PipedInputStream
CTL.Streams.PipedInputDream
public class PipedInputDream
Hack for PipedInputStream's flaws
Field Summary |
---|
Fields inherited from class java.io.PipedInputStream |
---|
buffer, in, out, PIPE_SIZE |
Constructor Summary | |
---|---|
PipedInputDream(java.io.PipedOutputStream src)
|
Method Summary | |
---|---|
protected void |
awaitSpace()
|
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 |
---|
public PipedInputDream(java.io.PipedOutputStream src) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void awaitSpace() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |