|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
IOContext | To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object. |
MergedStream | Simple InputStream implementation that is used to "unwind" some
data previously read from an input stream; so that as long as some of
that data remains, it's returned; but as long as it's read, we'll
just use data from the underlying original stream. |
NumberInput | |
NumberOutput | |
SegmentedStringWriter | Efficient alternative to StringWriter , based on using segmented
internal buffer. |
UTF32Reader | Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use. |
UTF8Writer |
This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |