Package de.xima.fc.printer
Class CSVPrinterWrapper
- java.lang.Object
 - 
- de.xima.fc.printer.CSVPrinterWrapper
 
 
- 
public class CSVPrinterWrapper extends Object
Wrapper class for CSV printer- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CSVPrinterWrapper(Appendable out, CSVFormatWrapper format) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidclose(boolean flush)voidprintRecord(Iterable<?> values) 
 - 
 
- 
- 
Constructor Detail
- 
CSVPrinterWrapper
public CSVPrinterWrapper(Appendable out, CSVFormatWrapper format) throws IOException
- Throws:
 IOException
 
 - 
 
- 
Method Detail
- 
printRecord
public void printRecord(Iterable<?> values) throws IOException
- Throws:
 IOException
 
- 
close
public void close(boolean flush) throws IOException- Throws:
 IOException
 
- 
close
public void close() throws IOException- Throws:
 IOException
 
 - 
 
 -