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 CharBufferCsvParser.AbstractDSL.charBuffer(char[] content, int from, int to) protected CharBufferCsvParser.AbstractDSL.charBuffer(Reader reader) protected CharBufferCsvParser.AbstractDSL.charBuffer(CharSequence content) protected CharBufferCsvParser.AbstractDSL.charBuffer(String content) CsvReader.charBuffer()Methods in org.simpleflatmapper.lightningcsv with parameters of type CharBufferModifier and TypeMethodDescriptionprotected final AbstractCharConsumerCsvParser.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 CharBufferAbstractCharConsumer.charBuffer()ConfigurableCharConsumer.charBuffer()Methods in org.simpleflatmapper.lightningcsv.parser with parameters of type CharBufferModifier and TypeMethodDescriptionabstract AbstractCharConsumerCharConsumerFactory.newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer) static AbstractCharConsumerConfigurableCharConsumer.of(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor) Constructors in org.simpleflatmapper.lightningcsv.parser with parameters of type CharBufferModifierConstructorDescriptionConfigurableCharConsumer(CharBuffer csvBuffer, TextFormat textFormat, CellPreProcessor cellPreProcessor)