| Package | Description |
|---|---|
| com.github.chrisgleissner.jutil.table | |
| com.github.chrisgleissner.jutil.table.provider |
| Modifier and Type | Method and Description |
|---|---|
String |
TablePrinter.print(TableProvider tableProvider)
Prints the headers and data exposed by the specified TableProvider to the specified OutputStream.
|
void |
TablePrinter.print(TableProvider tableProvider,
OutputStream os)
Prints the headers and data exposed by the specified TableProvider to the specified OutputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheCsvTableProvider |
class |
BeanTableProvider |
class |
ResultSetTableProvider |
class |
SimpleTableProvider |
| Modifier and Type | Method and Description |
|---|---|
static TableProvider |
UnivocityTableProvider.of(Iterable<com.univocity.parsers.common.record.Record> records) |
static TableProvider |
UnivocityTableProvider.of(com.univocity.parsers.common.IterableResult<com.univocity.parsers.common.record.Record,com.univocity.parsers.common.ParsingContext> records) |
Copyright © 2018–2019 none. All rights reserved.