add Output Stream
Adds an OutputStream to this multiplexer.
All future writes will be forwarded to this stream as well.
Return
this MultiOutputStream instance for chaining
Parameters
delegate
the OutputStream to add
Adds an OutputStream to this multiplexer.
All future writes will be forwarded to this stream as well.
this MultiOutputStream instance for chaining
the OutputStream to add