Class BifurcatingOutputStream
java.lang.Object
java.io.OutputStream
com.inductiveautomation.ignition.common.util.BifurcatingOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
An output stream that mirrors all output on 1 or more child output streams.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
BifurcatingOutputStream
-
-
Method Details
-
addSubStream
-
removeSubStream
-
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
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-