| Package | Description |
|---|---|
| org.simpleflatmapper.lightningcsv | |
| org.simpleflatmapper.lightningcsv.impl | |
| org.simpleflatmapper.lightningcsv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCharConsumer |
CsvParser.AbstractDSL.charConsumer(CharBuffer charBuffer) |
| Constructor and Description |
|---|
CsvReader(AbstractCharConsumer charConsumer) |
CsvReader(AbstractCharConsumer charConsumer,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper) |
| 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 |
ConfigurableCharConsumer
Consume the charBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractCharConsumer |
CharConsumerFactory.newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
Copyright © 2018. All rights reserved.