Class CloseFilterInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.derby.iapi.services.io.CloseFilterInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CloseFilterInputStream extends FilterInputStream
A stream that will throw an exception if its methods are invoked after it has been closed.