Package de.tarent.extract
Interface RowPrinter
-
public interface RowPrinter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprintRow(Iterable<?> values)
-
-
-
Method Detail
-
printRow
void printRow(Iterable<?> values) throws IOException
- Throws:
IOException
-
-