Uses of Class
org.anchoranalysis.io.input.csv.CSVReaderException
Packages that use CSVReaderException
Package
Description
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 CSVReaderExceptionModifier and TypeMethodDescriptionvoidCSVReader.OpenedCSVFile.close()voidReadByLine.close()Closes any opened-filesString[]ReadByLine.headers()The headers of the CSV file.Opens a CSV for reading.intReadByLine.read(ProcessCSVLine lineProcessor) Reads a CSV-file iterating through each row and passing it to lineProcessor