Class ConfigurableCharConsumerFactory
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.CharConsumerFactory
org.simpleflatmapper.lightningcsv.impl.ConfigurableCharConsumerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) Methods inherited from class org.simpleflatmapper.lightningcsv.parser.CharConsumerFactory
newInstance
-
Constructor Details
-
ConfigurableCharConsumerFactory
public ConfigurableCharConsumerFactory()
-
-
Method Details
-
newCharConsumer
public AbstractCharConsumer newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) - Specified by:
newCharConsumer
in classCharConsumerFactory
-