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 ReadByLineOpens a CSV file for reading.static ReadByLineOpens a CSV file for reading.static ReadByLineCSVReaderByLine.open(Path filePath, String regularExpressionSeperator, boolean firstLineHeaders, boolean quotedStrings) Opens a CSV file for reading.