|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.apache.servicemix.jbi.util.MultiplexOutputStream
public class MultiplexOutputStream
Write to multiple OutputStreams
| Constructor Summary | |
|---|---|
MultiplexOutputStream()
|
|
| Method Summary | |
|---|---|
void |
add(OutputStream os)
Add an Output Stream |
void |
close()
close |
void |
flush()
flush |
void |
remove(OutputStream os)
Remove an OutputStream |
void |
write(byte[] b,
int off,
int len)
write an array |
void |
write(int b)
write a byte |
| Methods inherited from class java.io.OutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiplexOutputStream()
| Method Detail |
|---|
public void add(OutputStream os)
os - public void remove(OutputStream os)
os -
public void write(int b)
throws IOException
write in class OutputStreamb -
IOException
public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamb - off - len -
IOException
public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOException
public void close()
throws IOException
close in interface Closeableclose in class OutputStreamIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||