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