| Package | Description |
|---|---|
| org.nuiton.csv |
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImportConf |
Import2.conf
Csv import configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Import2<E> |
Import2.newImport(ImportConf conf,
ImportModel<E> model,
InputStream inputStream) |
static <E> Import2<E> |
Import2.newImport(ImportConf conf,
ImportModel<E> model,
Reader reader) |
| Constructor and Description |
|---|
Import2(ImportConf conf,
ImportModel<E> model,
InputStream inputStream) |
Import2(ImportConf conf,
ImportModel<E> model,
Reader reader) |
Copyright © 2013–2022 Code Lutin. All rights reserved.