Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
Modifier and Type | Method and Description |
---|---|
CSVReader |
CSVReader.notIgnoringWhitespaces()
Disables the flexible whitespace behaviour.
|
CSVReader |
CSVReader.withEscape(char escape)
Specifies the escape character to use.
|
CSVReader |
CSVReader.withQuotation(char quotation)
Specifies the quotation character to use.
|
CSVReader |
CSVReader.withSeparator(char separator)
Specifies the separator character to use.
|
Copyright © 2018. All rights reserved.