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
IOException
public void writeData(Writer writer, Iterator<T> items) throws IOException
IOException
Copyright © 2002–2015 InfoEther. All rights reserved.