| Package | Description |
|---|---|
| io.github.tuzon.java.csv.api | |
| io.github.tuzon.java.csv.enums |
| Constructor and Description |
|---|
CsvReaderApi(String filePath,
CellsSplitterEnum cellsSplitter)
Constructor.
|
CsvWriterApi(String filePath,
CellsSplitterEnum cellsSplitter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CellsSplitterEnum |
CellsSplitterEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellsSplitterEnum[] |
CellsSplitterEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.