org.apache.directory.shared.ldap.util
Class ParserPipedInputStream
java.lang.Object
java.io.InputStream
java.io.PipedInputStream
org.apache.directory.shared.ldap.util.ParserPipedInputStream
- All Implemented Interfaces:
- Closeable
public class ParserPipedInputStream
- extends PipedInputStream
A piped input stream that fixes the "Read end Dead" issue when a single
thread is used.
- Version:
- $Rev: 434411 $
- Author:
- Apache Directory Project
Method Summary |
protected void |
receive(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserPipedInputStream
public ParserPipedInputStream()
receive
protected void receive(int b)
throws IOException
- Overrides:
receive
in class PipedInputStream
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.