Interface ParserMonitor


  • public interface ParserMonitor
    Monitors what is being read.
    • Method Detail

      • read

        void read​(char[] c)
        Called when read is called.
        Parameters:
        c - the char read.