Uses of Class
org.anchoranalysis.io.input.csv.CSVReaderException
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.csv |
Classes for reading comma-separated-values (CSV) files.
|
-
Uses of CSVReaderException in org.anchoranalysis.io.input.csv
Methods in org.anchoranalysis.io.input.csv that throw CSVReaderException Modifier and Type Method Description voidCSVReader.OpenedCSVFile. close()voidReadByLine. close()Closes any opened-filesString[]ReadByLine. headers()The headers of the CSV file.CSVReader.OpenedCSVFileCSVReader. read(Path filePath)Opens a CSV for reading.intReadByLine. read(ProcessCSVLine lineProcessor)Reads a CSV-file iterating through each row and passing it to lineProcessor