Class UnclosableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.restlet.engine.io.UnclosableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class UnclosableInputStream extends FilterInputStream
InputStream decorator to trap close() calls so that the underlying stream is not closed.
Author:
Kevin Conaway