| Package | Description |
|---|---|
| com.helger.commons.csv |
| Modifier and Type | Method and Description |
|---|---|
CSVWriter |
CSVWriter.setEscapeChar(char cEscapeChar)
Sets the character to use for escaping a separator or quote.
|
CSVWriter |
CSVWriter.setLineEnd(String sLineEnd)
Set the line delimiting string.
|
CSVWriter |
CSVWriter.setQuoteChar(char cQuoteChar)
Sets the character to use for quoted elements.
|
CSVWriter |
CSVWriter.setSeparatorChar(char cSeparator)
Sets the delimiter to use for separating entries.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.