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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.OutputStreamnullOutputStream
- 
Constructor Details- 
BifurcatingOutputStream
 
- 
- 
Method Details- 
addSubStream
- 
removeSubStream
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
 
-