Class IndexedCsvReader.IndexedCsvReaderBuilder

java.lang.Object
de.siegmar.fastcsv.reader.IndexedCsvReader.IndexedCsvReaderBuilder
Enclosing class:
IndexedCsvReader<T>

public static final class IndexedCsvReader.IndexedCsvReaderBuilder extends Object
This builder is used to create configured instances of IndexedCsvReader. The default configuration of this class adheres with RFC 4180.

The line delimiter (line-feed, carriage-return or the combination of both) is detected automatically and thus not configurable.