@Immutable public final class CsvWriter extends Object
Constructor and Description |
---|
CsvWriter(Table table,
CsvWriteOptions options)
Private constructor to prevent instantiation
|
Modifier and Type | Method and Description |
---|---|
char |
getEscapeChar() |
boolean |
getHeader() |
String |
getLineEnd() |
String |
getNullValue() |
char |
getQuoteCharacter() |
char |
getSeparator() |
Table |
getTable() |
void |
write() |
public CsvWriter(Table table, CsvWriteOptions options)
public void write()
public String getNullValue()
public Table getTable()
public char getQuoteCharacter()
public boolean getHeader()
public char getEscapeChar()
public char getSeparator()
public String getLineEnd()
Copyright © 2018. All rights reserved.