Uses of Package
de.siegmar.fastcsv.reader
Packages that use de.siegmar.fastcsv.reader
-
Classes in de.siegmar.fastcsv.reader used by de.siegmar.fastcsv.readerClassDescriptionAbstract base class for
CsvCallbackHandler
implementations.Iterator that supports closing underlying resources.This is an enumeration that defines the strategies for handling comments in CSV data that does not conform to RFC.This class defines the methods that are called during the CSV reading process.Index built byIndexedCsvReader
to access large CSV data files.This is the main class for reading CSV data.This builder is used to create configured instances ofCsvReader
.Represents an immutable CSV record with unnamed (indexed) fields.Implementations of this class are used withinCsvCallbackHandler
implementations to modify the fields of a CSV record before storing them in the resulting object.CSV reader implementation for indexed based access.This builder is used to create configured instances ofIndexedCsvReader
.Represents an immutable CSV record with named (and indexed) fields.A wrapper for a record that contains information necessary for theCsvReader
in order to determine how to process the record.Custom status listeners have to implement this interface.