Class SimpleXLSAdapter

    • Constructor Detail

      • SimpleXLSAdapter

        public SimpleXLSAdapter()
    • Method Detail

      • process

        public void process()
                     throws java.lang.InterruptedException

        Iterates input stream as individual lines
        Each line is passed to the processLine() method for processing

        Throws:
        java.lang.InterruptedException