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
IOException
public void printRecord(Iterable<?> values) throws IOException
IOException
public void close(boolean flush) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.