| 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 | Class and Description |
|---|---|
class |
ImportToMap
A extended
Import to read csv lines into a single map. |
| Modifier and Type | Method and Description |
|---|---|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream,
boolean safetySwitch) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader,
boolean safetySwitch) |
Copyright © 2013 CodeLutin. All rights reserved.