| Package | Description |
|---|---|
| com.fasterxml.jackson.dataformat.csv | |
| com.fasterxml.jackson.dataformat.csv.impl |
| Modifier and Type | Field and Description |
|---|---|
protected TextBuffer |
CsvParser._textBuffer
Buffer that contains contents of all values after processing
of doubled-quotes, escaped characters.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextBuffer |
CsvReader._textBuffer
Buffer that contains contents of all values after processing
of doubled-quotes, escaped characters.
|
| Constructor and Description |
|---|
CsvReader(CsvParser owner,
com.fasterxml.jackson.core.io.IOContext ctxt,
Reader r,
CsvSchema schema,
TextBuffer textBuffer,
boolean autoCloseInput,
boolean trimSpaces) |
Copyright © 2012–2014 FasterXML. All rights reserved.