| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.csv | |
| com.fasterxml.jackson.dataformat.csv.impl | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TextBuffer | CsvParser. _textBufferBuffer that contains contents of all values after processing
 of doubled-quotes, escaped characters. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TextBuffer | CsvDecoder. _textBufferBuffer 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 © 2017 FasterXML. All rights reserved.