Class RowListProcessor

    • Constructor Detail

      • RowListProcessor

        public RowListProcessor()
        Creates a new processor of String[] rows.
      • RowListProcessor

        public RowListProcessor​(int expectedRowCount)
        Creates a new processor of String[] rows.
        Parameters:
        expectedRowCount - expected number of rows to be parsed from the input. Used to pre-allocate the size of the output List returned by AbstractListProcessor.getRows()