| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| org.simpleflatmapper.csv.parser |
CsvParser related classes. |
| Modifier and Type | Method and Description |
|---|---|
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 CharConsumer |
CsvParser.AbstractDSL.charConsumer(CharBuffer charBuffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSequenceCharBuffer |
class |
ReaderCharBuffer |
| Constructor and Description |
|---|
CharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellPreProcessor cellPreProcessor) |
Copyright © 2017. All rights reserved.