| Package | Description | 
|---|---|
| org.codehaus.jackson.impl | 
 Parser and generator implementation classes that Jackson
 defines and uses. 
 | 
| org.codehaus.jackson.io | 
 This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected TextBuffer | 
JsonParserBase._textBuffer
Buffer that contains contents of String values, including
 field names if necessary (name split across boundary,
 contains escape sequence, or access needed to char array) 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected TextBuffer | 
SegmentedStringWriter._buffer  | 
protected TextBuffer | 
JsonStringEncoder._textBuffer
Lazily constructed text buffer used to produce JSON encoded Strings
 as characters (without UTF-8 encoding) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TextBuffer | 
IOContext.constructTextBuffer()  |