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 CSVWriterBuilder
CSVWriterBuilder. withEscapeChar(char escapeChar)
Sets the escape character that the ICSVWriter will be using.CSVWriterBuilder
CSVWriterBuilder. withLineEnd(java.lang.String lineEnd)
Sets the newline character that the ICSVWriter will use.CSVWriterBuilder
CSVWriterBuilder. withParser(ICSVParser parser)
Sets the parser that the ICSVWriter will be using.CSVWriterBuilder
CSVWriterBuilder. withQuoteChar(char quoteChar)
Sets the quote character that the ICSVWriter will be using.CSVWriterBuilder
CSVWriterBuilder. withSeparator(char separator)
Sets the separator that the ICSVWriter will be using.
-