|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream org.apache.commons.io.output.DemuxOutputStream
public class DemuxOutputStream
Data written to this stream is forwarded to a stream that has been associated with this thread.
Constructor Summary | |
---|---|
DemuxOutputStream()
|
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. |
void |
write(int ch)
Writes byte to stream associated with current thread. |
Methods inherited from class java.io.OutputStream |
---|
write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemuxOutputStream()
Method Detail |
---|
public OutputStream bindStream(OutputStream output)
output
- the stream to bind
public void close() throws IOException
close
in interface Closeable
close
in class OutputStream
IOException
- if an error occurspublic void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
- if an error occurspublic void write(int ch) throws IOException
write
in class OutputStream
ch
- the byte to write to stream
IOException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |