Uses of Class
org.anchoranalysis.io.input.csv.ReadByLine
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.csv |
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 ReadByLine Modifier and Type Method Description static ReadByLineCSVReaderByLine. open(Path filePath)Opens a CSV file for reading.static ReadByLineCSVReaderByLine. open(Path filePath, String regularExpressionSeperator, boolean firstLineHeaders)Opens a CSV file for reading.static ReadByLineCSVReaderByLine. open(Path filePath, String regularExpressionSeperator, boolean firstLineHeaders, boolean quotedStrings)Opens a CSV file for reading.