| Package | Description |
|---|---|
| de.unknownreality.dataframe.csv |
| Modifier and Type | Method and Description |
|---|---|
protected CSVRow |
CSVIterator.getNext()
Reads the csv input stream and returns a csv row
|
| Modifier and Type | Method and Description |
|---|---|
MultiIterator<CSVRow> |
CSVMultiReaderBuilder.build()
Builds the csv multi iterator using the provided parameters.
|
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromFile(File f) |
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromResource(String content,
ClassLoader classLoader) |
DataContainer<CSVHeader,CSVRow> |
CSVReaderBuilder.fromString(String content) |
Copyright © 2017. All rights reserved.