Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
Modifier and Type | Method and Description |
---|---|
CSVWriter |
CSVWriter.withEscape(char escape)
Specifies the escape character to use.
|
CSVWriter |
CSVWriter.withInputTrimming(boolean trim)
Controls if each added cell value of the type String should be trimmed or not
By default this is true.
|
CSVWriter |
CSVWriter.withQuotation(char quotation)
Specifies the quotation character to use.
|
CSVWriter |
CSVWriter.withSeparator(char separator)
Specifies the separator character to use.
|
CSVWriter |
CSVWriter.writeArray(Object... row)
Writes the given array of values as row.
|
CSVWriter |
CSVWriter.writeList(List<Object> row)
Writes the given list of values as row.
|
Copyright © 2018. All rights reserved.