org.apache.commons.io.input
public class DemuxInputStream extends InputStream
Version: $Revision: 437567 $ $Date: 2006-08-28 07:39:07 +0100 (Mon, 28 Aug 2006) $
Field Summary | |
---|---|
InheritableThreadLocal | m_streams |
Method Summary | |
---|---|
InputStream | bindStream(InputStream input)
Bind the specified stream to the current thread.
|
void | close()
Closes stream associated with current thread.
|
InputStream | getStream()
Utility method to retrieve stream bound to current thread (if any).
|
int | read()
Read byte from stream associated with current thread.
|
Parameters: input the stream to bind
Returns: the InputStream that was previously active
Throws: IOException if an error occurs
Returns: the input stream
Returns: the byte read from stream
Throws: IOException if an error occurs