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 |
CsvDecoder._textBuffer
Buffer that contains contents of all values after processing
of doubled-quotes, escaped characters.
|
Modifier and Type | Method and Description |
---|---|
TextBuffer |
CsvIOContext.csvTextBuffer() |
Constructor and Description |
---|
CsvDecoder(CsvParser owner,
com.fasterxml.jackson.core.io.IOContext ctxt,
Reader r,
CsvSchema schema,
TextBuffer textBuffer,
int stdFeatures,
int csvFeatures) |
Copyright © 2016 FasterXML. All rights reserved.