public class CsvExporter extends Object implements RowBasedExporter
| Constructor and Description | 
|---|
CsvExporter(OutputStream stream)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addHeaders(List<String> labels)  | 
void | 
addRow(Object... columns)  | 
void | 
close()  | 
public CsvExporter(OutputStream stream)
public void addHeaders(List<String> labels)
addHeaders in interface RowBasedExporterpublic void addRow(Object... columns)
addRow in interface RowBasedExporterpublic void close()
close in interface RowBasedExporterCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.