| Interface | Description |
|---|---|
| CSVLineHandler |
Callback interface for CSV parsing.
|
| Class | Description |
|---|---|
| ArrayCSVWriter |
Writes arrays as CSV rows.
|
| BeanCSVWriter<E> |
Writes JavaBeans as CSV rows.
|
| ConvertingCSVParser<E> |
Parses CSV files and converts the row to the desired target type.
|
| CSVCellIterator |
Iterates through cells of a CSV file.
|
| CSVCellSource |
Creates Iterators that iterate through the cells of a CSV file.
|
| CSVIteratorFactory |
Factory for all kinds of CSV iterators.
|
| CSVLineIterator |
Gives access to content of a CSV file by String arrays
that represent the CSV rows as specified in RFC 4180.
|
| CSVSingleColumIterator |
HeavyweightIterator that iterates through all cells of a single CSV column. |
| CSVSource |
DataSource implementation that provides for
row-wise or column-wise iteration through CSV files. |
| CSVToJavaBeanMapper<E> |
Reads a CSV file and maps its columns to JavaBeans.
|
| CSVTokenizer |
Parses a CSV file token by token as specified in RFC 4180.
|
| CSVUtil |
Utility methods for CSV processing.
|
| Enum | Description |
|---|---|
| CSVTokenType |
Enumeration of the tokens of a CSV file.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.