public class CSVPrinterWrapper extends Object
| Constructor and Description |
|---|
CSVPrinterWrapper(Appendable out,
CSVFormatWrapper format) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(boolean flush) |
void |
printRecord(Iterable<?> values) |
public CSVPrinterWrapper(Appendable out, CSVFormatWrapper format) throws IOException
IOExceptionpublic void printRecord(Iterable<?> values) throws IOException
IOExceptionpublic void close(boolean flush)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.