AbstractCsvCallbackHandler |
|
BomHeader |
|
ByteChannelStream |
|
CloseableIterator |
Iterator that supports closing underlying resources.
|
CommentStrategy |
This is an enumeration that defines the strategies for handling comments in CSV data that does not conform to RFC.
|
CsvCallbackHandler |
This class defines the methods that are called during the CSV reading process.
|
CsvIndex |
|
CsvIndex.CsvPage |
|
CsvParser |
|
CsvParser.CsvBuffer |
|
CsvReader |
This is the main class for reading CSV data.
|
CsvReader.CsvReaderBuilder |
This builder is used to create configured instances of CsvReader .
|
CsvRecord |
Represents an immutable CSV record with unnamed (indexed) fields.
|
CsvScanner.CsvListener |
|
FieldModifier |
Implementations of this class are used within CsvCallbackHandler implementations to modify the fields of
a CSV record before storing them in the resulting object.
|
IndexedCsvReader |
CSV reader implementation for indexed based access.
|
IndexedCsvReader.IndexedCsvReaderBuilder |
|
NamedCsvRecord |
Represents an immutable CSV record with named (and indexed) fields.
|
RecordWrapper |
A wrapper for a record that contains information necessary for the CsvReader in order to determine how to
process the record.
|
StatusListener |
Custom status listeners have to implement this interface.
|