public interface TableWriter extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
header(String[] headers) |
void |
row(String[] columns) |
void header(String[] headers) throws IOException
IOExceptionvoid row(String[] columns) throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2013–2017 R.W.Majeed. All rights reserved.