Package org.anchoranalysis.io.input.csv
Classes for reading comma-separated-values (CSV) files.
-
Interface Summary Interface Description ProcessCSVLine Called when a single line is read by a CSV-reader to determine how the entry is further processed. -
Class Summary Class Description CSVReader Reads a CSV File from the file-system.CSVReaderByLine Reads a CSV file line-by-line.ReadByLine An opened-CSV file that is read line-by-line and processed. -
Exception Summary Exception Description CSVReaderException When an error occurs reading a CSV file.