|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOContext | |
---|---|
org.codehaus.jackson | |
org.codehaus.jackson.impl | |
org.codehaus.jackson.io |
Uses of IOContext in org.codehaus.jackson |
---|
Methods in org.codehaus.jackson that return IOContext | |
---|---|
protected IOContext |
JsonFactory.createContext(Object srcRef)
|
Uses of IOContext in org.codehaus.jackson.impl |
---|
Fields in org.codehaus.jackson.impl declared as IOContext | |
---|---|
protected IOContext |
ReaderBasedParserBase.mIOContext
I/O context for this reader. |
protected IOContext |
WriterBasedGenerator.mIOContext
|
Constructors in org.codehaus.jackson.impl with parameters of type IOContext | |
---|---|
ReaderBasedNumericParser(IOContext pc,
Reader r)
|
|
ReaderBasedParser(IOContext ioCtxt,
Reader r,
SymbolTable st)
|
|
ReaderBasedParserBase(IOContext ctxt,
Reader r)
|
|
WriterBasedGenerator(IOContext ctxt,
Writer w)
|
Uses of IOContext in org.codehaus.jackson.io |
---|
Fields in org.codehaus.jackson.io declared as IOContext | |
---|---|
protected IOContext |
MergedStream.mContext
|
protected IOContext |
UTF8Writer.mContext
|
Methods in org.codehaus.jackson.io with parameters of type IOContext | |
---|---|
static Reader |
ByteSourceBootstrapper.bootstrap(IOContext ctxt,
byte[] inputBuffer,
int inputStart,
int inputLen)
|
static Reader |
ByteSourceBootstrapper.bootstrap(IOContext ctxt,
InputStream in)
|
Constructors in org.codehaus.jackson.io with parameters of type IOContext | |
---|---|
MergedStream(IOContext context,
InputStream in,
byte[] buf,
int start,
int end)
|
|
UTF32Reader(IOContext ctxt,
InputStream in,
byte[] buf,
int ptr,
int len,
boolean isBigEndian)
|
|
UTF8Reader(IOContext ctxt,
InputStream in,
byte[] buf,
int ptr,
int len)
|
|
UTF8Writer(IOContext ctxt,
OutputStream out)
|
|
JSON Version 1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |