Package | Description |
---|---|
org.spf4j.io | |
org.spf4j.io.csv |
Modifier and Type | Interface and Description |
---|---|
static interface |
Csv.CsvMapHandler<T> |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharSeparatedValues.read(File file,
Charset charset,
CsvMapHandler<T> handler) |
<T> T |
CharSeparatedValues.read(Reader preader,
CsvMapHandler<T> handler) |
Copyright © 2018 SPF4J. All rights reserved.