| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv | |
| org.simpleflatmapper.lightningcsv.impl | |
| org.simpleflatmapper.lightningcsv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
CharBuffer |
CsvReader.charBuffer() |
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(CharSequence content) |
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(Reader reader) |
protected CharBuffer |
CsvParser.AbstractDSL.charBuffer(String content) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCharConsumer |
CsvParser.AbstractDSL.charConsumer(CharBuffer charBuffer) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCharConsumer |
ConfigurableCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
AbstractCharConsumer |
AsmCharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSequenceCharBuffer |
class |
ReaderCharBuffer |
| Modifier and Type | Method and Description |
|---|---|
abstract CharBuffer |
AbstractCharConsumer.charBuffer() |
CharBuffer |
ConfigurableCharConsumer.charBuffer() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractCharConsumer |
CharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
| Constructor and Description |
|---|
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
Copyright © 2018. All rights reserved.