Class CSVReader

java.lang.Object
yearreview.app.util.csv.CSVReader

public abstract class CSVReader extends Object
A CSVReader that can create a stream of rows of a CSV directly from the file. Might output another Row after the CSV-file ends if it has an empty row at the bottom.
Author:
ColdStone37
  • Constructor Details

    • CSVReader

      public CSVReader()
  • Method Details