removeOutputStream

public synchronized MultiOutputStream removeOutputStream(OutputStream delegate)

Removes an OutputStream from this multiplexer.

After removal, the stream will no longer receive any writes or flush calls.

Return

this MultiOutputStream instance for chaining

Parameters

delegate

the OutputStream to remove