Class UncloseableOutputStream

java.lang.Object
java.io.OutputStream
org.jboss.logmanager.handlers.UncloseableOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class UncloseableOutputStream extends OutputStream
An output stream wrapper which drops calls to the close() method.