| Package | Description |
|---|---|
| org.virtualrepository.csv | |
| org.virtualrepository.tabular |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvTable
A
Table backed up by an InputStream of CSV data. |
| Modifier and Type | Method and Description |
|---|---|
Table |
CsvStream2Table.apply(CsvAsset asset,
InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
Class<Table> |
Table2CsvStream.inputAPI() |
Class<Table> |
CsvStream2Table.outputAPI() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
Table2CsvStream.apply(CsvAsset asset,
Table table) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTable
Base
Table implementation. |
class |
MaterializedTable
A
Table that materialises its elements and can be iterated over multiple times. |
| Modifier and Type | Method and Description |
|---|---|
Table |
MaterializedTable.materialise() |
default Table |
Table.materialise()
Returns a table which can be iterated over multiple times.
|
Copyright © 2018. All rights reserved.