Package de.xima.fc.printer
Class CSVPrinterWrapper
java.lang.Object
de.xima.fc.printer.CSVPrinterWrapper
Wrapper class for CSV printer
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
close
(boolean flush) void
printRecord
(Iterable<?> values)
-
Constructor Details
-
CSVPrinterWrapper
- Throws:
IOException
-
-
Method Details
-
printRecord
- Throws:
IOException
-
close
- Throws:
IOException
-
close
- Throws:
IOException
-