public class TsvPrinter extends Object implements OutputPrinter
Constructor and Description |
---|
TsvPrinter(List<String> fieldNames,
Writer writer,
boolean header) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
printRows(List<List<?>> rows,
boolean complete) |
public void printRows(List<List<?>> rows, boolean complete) throws IOException
printRows
in interface OutputPrinter
IOException
public void finish() throws IOException
finish
in interface OutputPrinter
IOException
Copyright © 2012-2016. All Rights Reserved.