Uses of Class
com.opencsv.CSVWriterBuilder
Packages that use CSVWriterBuilder
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of CSVWriterBuilder in com.opencsv
Methods in com.opencsv that return CSVWriterBuilderModifier and TypeMethodDescriptionCSVWriterBuilder.withEscapeChar
(char escapeChar) Sets the escape character that the ICSVWriter will be using.CSVWriterBuilder.withLineEnd
(String lineEnd) Sets the newline character that the ICSVWriter will use.CSVWriterBuilder.withParser
(ICSVParser parser) Sets the parser that the ICSVWriter will be using.CSVWriterBuilder.withQuoteChar
(char quoteChar) Sets the quote character that the ICSVWriter will be using.CSVWriterBuilder.withResultSetHelper
(ResultSetHelper helper) Sets the ResultSetHelper that the ICSVWriter will use.CSVWriterBuilder.withSeparator
(char separator) Sets the separator that the ICSVWriter will be using.