| 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 | 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) |
static <E> Import2<E> |
Import2.newImport(ImportModel<E> model,
InputStream inputStream) |
static <E> Import2<E> |
Import2.newImport(ImportModel<E> model,
Reader reader) |
Copyright © 2013–2022 Code Lutin. All rights reserved.