Class NeverCloseOutputStream

java.lang.Object
java.io.OutputStream
org.robovm.compiler.util.io.NeverCloseOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NeverCloseOutputStream
extends OutputStream
OutputStream which wraps another OutputStream and forwards all calls to it except OutputStream.close().