Uses of Class
org.apache.commons.csv.CSVParser.Builder
-
Uses of CSVParser.Builder in org.apache.commons.csv
Subclasses with type arguments of type CSVParser.Builder in org.apache.commons.csvMethods in org.apache.commons.csv that return CSVParser.BuilderModifier and TypeMethodDescriptionstatic CSVParser.Builder
CSVParser.builder()
Creates a new builder.CSVParser.Builder.setCharacterOffset
(long characterOffset) Sets the lexer offset when the parser does not start parsing at the beginning of the source.Sets the CSV format.CSVParser.Builder.setRecordNumber
(long recordNumber) Sets the next record number to assign, defaults to1
.CSVParser.Builder.setTrackBytes
(boolean trackBytes) Sets whether to enable byte tracking for the parser.