Class MultiStreamOutputStream
java.lang.Object
java.io.OutputStream
com.levigo.jadice.web.server.util.MultiStreamOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
Helper-class that wraps multiple OutputStreams and performs the operations on all streams when called
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
MultiStreamOutputStream
-
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-