addOutputStream

public synchronized MultiOutputStream addOutputStream(OutputStream delegate)

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