Class NoCloseWriter

java.lang.Object
java.io.Writer
org.apache.juneau.internal.NoCloseWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class NoCloseWriter extends Writer
Wraps an existing Writer 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: