public class CsvTable extends PropertyHolder implements Table
Table backed up by an InputStream of CSV data.| Constructor and Description |
|---|
CsvTable(CsvAsset asset,
InputStream stream)
Creates an instance for a given
CsvAsset asset and InputStream. |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
columns()
Returns the columns of this table.
|
Iterator<Row> |
iterator() |
String |
toString() |
equals, hashCode, properties, propertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitmaterialise, stream, streamforEach, spliteratorpropertiespublic CsvTable(CsvAsset asset, InputStream stream)
CsvAsset asset and InputStream.asset - the assetstream - the streamIllegalArgumentException - if the asset is inconsistently describedCopyright © 2018. All rights reserved.