| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.codec | |
| eu.fthevenet.binjr.sources.csv.adapters |
| Modifier and Type | Method and Description |
|---|---|
void |
CsvDecoder.decode(java.io.InputStream in,
java.util.List<java.lang.String> headers,
java.util.function.Consumer<DataSample<T>> mapToResult)
Decodes data from the provided stream and invoke the provided
Consumer for each decoded record. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.SortedMap<java.lang.Long,DataSample<java.lang.Double>> |
CsvFileAdapter.getDataStore() |
Copyright © 2018 Frederic Thevenet. All rights reserved.