| 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,
boolean ignoreLeadingSpace) |
ConfigurableCharConsumer(CharBuffer csvBuffer,
TextFormat textFormat,
CellTransformer cellTransformer) |
CsvCharConsumer(CharBuffer csvBuffer) |
Copyright © 2016. All rights reserved.