| Package | Description |
|---|---|
| org.virtualrepository.csv |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvStream2Table<T extends CsvAsset>
|
class |
Table2CsvStream<T extends CsvAsset>
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvCodelist
A
CsvAsset that represents a codelist. |
| Modifier and Type | Field and Description |
|---|---|
static Type<CsvAsset> |
CsvAsset.type
The generic type of
CsvAssets. |
| Modifier and Type | Method and Description |
|---|---|
Table |
CsvStream2Table.apply(CsvAsset asset,
InputStream input) |
InputStream |
Table2CsvStream.apply(CsvAsset asset,
Table table) |
| Constructor and Description |
|---|
CsvTable(CsvAsset asset,
InputStream stream)
Creates an instance for a given
CsvAsset asset and InputStream. |
Copyright © 2018. All rights reserved.