Uses of Class
org.anchoranalysis.io.input.csv.ReadByLine
Packages that use ReadByLine
Package
Description
Classes for reading comma-separated-values (CSV) files.
-
Uses of ReadByLine in org.anchoranalysis.io.input.csv
Methods in org.anchoranalysis.io.input.csv that return ReadByLineModifier and TypeMethodDescriptionstatic ReadByLine
Opens a CSV file for reading.static ReadByLine
Opens a CSV file for reading.static ReadByLine
CSVReaderByLine.open
(Path filePath, String regularExpressionSeperator, boolean firstLineHeaders, boolean quotedStrings) Opens a CSV file for reading.