Uses of Class
org.simpleflatmapper.lightningcsv.parser.CharBuffer
Packages that use CharBuffer
-
Uses of CharBuffer in org.simpleflatmapper.lightningcsv
Methods in org.simpleflatmapper.lightningcsv that return CharBufferModifier and TypeMethodDescriptionprotected CharBuffer
CsvParser.AbstractDSL.charBuffer
(Reader reader) protected CharBuffer
CsvParser.AbstractDSL.charBuffer
(CharSequence content) protected CharBuffer
CsvParser.AbstractDSL.charBuffer
(String content) CsvReader.charBuffer()
Methods in org.simpleflatmapper.lightningcsv with parameters of type CharBufferModifier and TypeMethodDescriptionprotected final AbstractCharConsumer
CsvParser.AbstractDSL.charConsumer
(CharBuffer charBuffer) -
Uses of CharBuffer in org.simpleflatmapper.lightningcsv.impl
Methods in org.simpleflatmapper.lightningcsv.impl with parameters of type CharBufferModifier and TypeMethodDescriptionAsmCharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) ConfigurableCharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) -
Uses of CharBuffer in org.simpleflatmapper.lightningcsv.parser
Subclasses of CharBuffer in org.simpleflatmapper.lightningcsv.parserMethods in org.simpleflatmapper.lightningcsv.parser that return CharBufferModifier and TypeMethodDescriptionabstract CharBuffer
AbstractCharConsumer.charBuffer()
ConfigurableCharConsumer.charBuffer()
Methods in org.simpleflatmapper.lightningcsv.parser with parameters of type CharBufferModifier and TypeMethodDescriptionabstract AbstractCharConsumer
CharConsumerFactory.newCharConsumer
(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) Constructors in org.simpleflatmapper.lightningcsv.parser with parameters of type CharBufferModifierConstructorDescriptionConfigurableCharConsumer
(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)