Uses of Class
org.apache.commons.csv.CSVParser.Builder
-
-
Uses of CSVParser.Builder in org.apache.commons.csv
Methods in org.apache.commons.csv that return CSVParser.Builder Modifier and Type Method Description static CSVParser.Builder
CSVParser. builder()
Creates a new builder.CSVParser.Builder
CSVParser.Builder. setCharacterOffset(long characterOffset)
Sets the lexer offset when the parser does not start parsing at the beginning of the source.CSVParser.Builder
CSVParser.Builder. setFormat(CSVFormat format)
Sets the CSV format.CSVParser.Builder
CSVParser.Builder. setRecordNumber(long recordNumber)
Sets the next record number to assign, defaults to1
.CSVParser.Builder
CSVParser.Builder. setTrackBytes(boolean trackBytes)
Sets whether to enable byte tracking for the parser.
-