Uses of Class
org.simpleflatmapper.lightningcsv.parser.AbstractCharConsumer
Packages that use AbstractCharConsumer
-
Uses of AbstractCharConsumer in org.simpleflatmapper.lightningcsv
Methods in org.simpleflatmapper.lightningcsv that return AbstractCharConsumerModifier and TypeMethodDescriptionprotected final AbstractCharConsumer
CsvParser.AbstractDSL.charConsumer
(CharBuffer charBuffer) Constructors in org.simpleflatmapper.lightningcsv with parameters of type AbstractCharConsumerModifierConstructorDescriptionCsvReader
(AbstractCharConsumer charConsumer) CsvReader
(AbstractCharConsumer charConsumer, org.simpleflatmapper.util.Function<? super CellConsumer, ? extends CellConsumer> cellConsumerWrapper) -
Uses of AbstractCharConsumer in org.simpleflatmapper.lightningcsv.impl
Methods in org.simpleflatmapper.lightningcsv.impl that return AbstractCharConsumerModifier and TypeMethodDescriptionAsmCharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) ConfigurableCharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) -
Uses of AbstractCharConsumer in org.simpleflatmapper.lightningcsv.parser
Subclasses of AbstractCharConsumer in org.simpleflatmapper.lightningcsv.parserMethods in org.simpleflatmapper.lightningcsv.parser that return AbstractCharConsumerModifier and TypeMethodDescriptionabstract AbstractCharConsumer
CharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) static AbstractCharConsumer
ConfigurableCharConsumer.of
(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)