Package com.opencsv
Class CSVReaderHeaderAwareBuilder
- java.lang.Object
-
- com.opencsv.CSVReaderBuilder
-
- com.opencsv.CSVReaderHeaderAwareBuilder
-
public class CSVReaderHeaderAwareBuilder extends CSVReaderBuilder
Builder for CSVReaderHeaderAware. No transformations on the original parameters accepted by CSVReaderBuilder.- Since:
- 4.2
- Author:
- Andre Rosot
-
-
Constructor Summary
Constructors Constructor Description CSVReaderHeaderAwareBuilder(java.io.Reader reader)
Constructor for CSVReaderHeaderAwareBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVReaderHeaderAware
build()
Creates the CSVReader.-
Methods inherited from class com.opencsv.CSVReaderBuilder
getCsvParser, getErrorLocale, getLineValidatorAggregator, getMultilineLimit, getOrCreateCsvParser, getReader, getRowValidatorAggregator, getSkipLines, isVerifyReader, keepCarriageReturn, withCSVParser, withErrorLocale, withFieldAsNull, withKeepCarriageReturn, withLineValidator, withMultilineLimit, withRowProcessor, withRowValidator, withSkipLines, withVerifyReader
-
-
-
-
Method Detail
-
build
public CSVReaderHeaderAware build() throws java.lang.RuntimeException
Description copied from class:CSVReaderBuilder
Creates the CSVReader.- Overrides:
build
in classCSVReaderBuilder
- Returns:
- The CSVReader based on the set criteria.
- Throws:
java.lang.RuntimeException
-
-