T - public class CSVWriter<T> extends Object
| Constructor and Description |
|---|
CSVWriter(List<ColumnDescriptor<T>> theColumns,
String theSeparator,
String theLineSeparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeData(Writer writer,
Iterator<T> items) |
void |
writeTitles(Writer writer) |
public CSVWriter(List<ColumnDescriptor<T>> theColumns, String theSeparator, String theLineSeparator)
public void writeTitles(Writer writer) throws IOException
IOExceptionpublic void writeData(Writer writer, Iterator<T> items) throws IOException
IOExceptionCopyright © 2002–2016 InfoEther. All rights reserved.