|
||||||||||
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.apache.directory.shared.ldap.util.ParserPipedInputStream
public class ParserPipedInputStream
A piped input stream that fixes the "Read end Dead" issue when a single thread is used.
Field Summary |
---|
Fields inherited from class java.io.PipedInputStream |
---|
buffer, in, out, PIPE_SIZE |
Constructor Summary | |
---|---|
ParserPipedInputStream()
|
Method Summary | |
---|---|
protected void |
receive(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 ParserPipedInputStream()
Method Detail |
---|
protected void receive(int b) throws java.io.IOException
receive
in class java.io.PipedInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |