Class NoCloseOutputStream

java.lang.Object
java.io.OutputStream
org.apache.maven.plugins.shade.resource.properties.io.NoCloseOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NoCloseOutputStream extends OutputStream
Simple output stream replacing close call by a simpe flush. Useful for output streams nesting streams (like jar output streams) and using a stream encoder.