Class NonClosingOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NonClosingOutputStream extends WrappedOutputStream
A special OutputStream that does not close the stream.
Author:
Philip Helger