Uses of Class
com.opencsv.CSVWriterBuilder
-
Packages that use CSVWriterBuilder Package Description com.opencsv 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 CSVWriterBuilder Modifier and Type Method Description CSVWriterBuilderCSVWriterBuilder. withEscapeChar(char escapeChar)Sets the escape character that the ICSVWriter will be using.CSVWriterBuilderCSVWriterBuilder. withLineEnd(java.lang.String lineEnd)Sets the newline character that the ICSVWriter will use.CSVWriterBuilderCSVWriterBuilder. withParser(ICSVParser parser)Sets the parser that the ICSVWriter will be using.CSVWriterBuilderCSVWriterBuilder. withQuoteChar(char quoteChar)Sets the quote character that the ICSVWriter will be using.CSVWriterBuilderCSVWriterBuilder. withResultSetHelper(ResultSetHelper helper)Sets the ResultSetHelper that the ICSVWriter will use.CSVWriterBuilderCSVWriterBuilder. withSeparator(char separator)Sets the separator that the ICSVWriter will be using.
-