Class UnclosableOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.restlet.engine.io.UnclosableOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class UnclosableOutputStream extends FilterOutputStream
OutputStream decorator to trap close() calls so that the decorated stream does not get closed.
Author:
Kevin Conaway