Class FilterInputStream

java.lang.Object
java.io.InputStream
org.refcodes.io.FilterInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class FilterInputStream extends InputStream
The FilterInputStream wraps an InputStream adding filtering functionality of bytes to be skipped.