java.lang.Object
ch.ladestation.connectncharge.services.file.CSVReader

public final class CSVReader extends Object
  • Field Details

  • Method Details

    • readCSV

      public static List<List<String>> readCSV()
      reads LEDSegments.csv and returns a list of lists of integers.

      The outer list corresponds to rows. the inner list to collumns.

      Returns:
      the parsed LEDSegments.csv file