| Package | Description |
|---|---|
| org.supercsv.io |
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
|
| Class | Description |
|---|---|
| AbstractCsvReader |
Defines the standard behaviour of a CSV reader.
|
| AbstractCsvWriter |
Defines the standard behaviour of a CSV writer.
|
| AbstractTokenizer |
Defines the standard behaviour of a Tokenizer.
|
| ICsvBeanReader |
Interface for CSV readers reading into objects/beans.
|
| ICsvBeanWriter |
Interface for all CSV writers writing to beans.
|
| ICsvListReader |
Interface for readers that read into Lists.
|
| ICsvListWriter |
Interface for writers that write to a List.
|
| ICsvMapReader |
The interface for MapReaders, which read each CSV row into a Map.
|
| ICsvMapWriter |
The interface for writers that write from Maps.
|
| ICsvReader |
The interface for CSV readers.
|
| ICsvResultSetWriter |
Interface for CSV writers writing JDBC
ResultSet |
| ICsvWriter |
The interface for CSV writers.
|
| ITokenizer |
The interface for tokenizers, which are responsible for reading the CSV file, line by line.
|
Copyright © 2007–2018 Super CSV. All rights reserved.