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