Class MockCharFilter

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Readable

    public class MockCharFilter
    extends CharFilter
    the purpose of this charfilter is to send offsets out of bounds if the analyzer doesn't use correctOffset or does incorrect offset math.
    • Constructor Detail

      • MockCharFilter

        public MockCharFilter​(Reader in,
                              int remainder)
      • MockCharFilter

        public MockCharFilter​(Reader in)