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