Class NoCloseOutputStream

java.lang.Object
java.io.OutputStream
org.apache.juneau.internal.NoCloseOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class NoCloseOutputStream extends OutputStream
Wraps an existing OutputStream where the close() method is a no-op.

Useful in cases where you're working with streams that should not be implicitly closed.

See Also: