Class MonitorInputReader

    • Constructor Detail

      • MonitorInputReader

        public MonitorInputReader​(Reader reader,
                                  ParserMonitor monitor)
        Parameters:
        reader - the actual reader
        monitor - the monitor
    • Method Detail

      • read

        public int read​(char[] c)
                 throws IOException
        Currently the only overridden method that sends data to the given monitor.
        Overrides:
        read in class Reader
        Throws:
        IOException