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