Class FilteredInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class FilteredInputStream
    extends InputStream
    Decorates an InputStream with a stream filter. The stream filter allows to control which line of text is being returned by the decorated instance when read.
    Author:
    Pascal Essiembre