Class CharConsumerFactory
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.CharConsumerFactory
- Direct Known Subclasses:
AsmCharConsumerFactory,ConfigurableCharConsumerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractCharConsumernewCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) static CharConsumerFactory
-
Constructor Details
-
CharConsumerFactory
public CharConsumerFactory()
-
-
Method Details
-
newCharConsumer
public abstract AbstractCharConsumer newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) -
newInstance
-