Modifier and Type | Class and Description |
---|---|
class |
AbstractUniVocityDataFormat<F extends com.univocity.parsers.common.Format,CWS extends com.univocity.parsers.common.CommonWriterSettings<F>,W extends com.univocity.parsers.common.AbstractWriter<CWS>,CPS extends com.univocity.parsers.common.CommonParserSettings<F>,P extends com.univocity.parsers.common.AbstractParser<CPS>,DF extends AbstractUniVocityDataFormat<F,CWS,W,CPS,P,DF>>
This abstract class contains all the common parts for all the uniVocity parsers.
|
Modifier and Type | Class and Description |
---|---|
class |
UniVocityCsvDataFormat
This class is the data format that uses the CSV uniVocity parser.
|
class |
UniVocityFixedWidthDataFormat
This class is the data format that uses the fixed-width uniVocity parser.
|
class |
UniVocityTsvDataFormat
This class is the data format that uses the TSV uniVocity parser.
|
Apache Camel