Class AsmCharConsumerFactory
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.CharConsumerFactory
org.simpleflatmapper.lightningcsv.impl.AsmCharConsumerFactory
-
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
-
AsmCharConsumerFactory
public AsmCharConsumerFactory()
-
-
Method Details
-
newCharConsumer
public AbstractCharConsumer newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) - Specified by:
newCharConsumer
in classCharConsumerFactory
-