| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract InputStream |
InputDecorator.decorate(IOContext ctxt,
byte[] src,
int offset,
int length)
Method called by
JsonFactory instance when
creating parser on given "raw" byte source. |
abstract InputStream |
InputDecorator.decorate(IOContext ctxt,
InputStream in)
Method called by
JsonFactory instance when
creating parser given an InputStream, when this decorator
has been registered. |
abstract OutputStream |
OutputDecorator.decorate(IOContext ctxt,
OutputStream out)
Method called by
JsonFactory instance when
creating generator for given OutputStream, when this decorator
has been registered. |
abstract Reader |
InputDecorator.decorate(IOContext ctxt,
Reader src)
Method called by
JsonFactory instance when
creating parser given an Reader, when this decorator
has been registered. |
abstract Writer |
OutputDecorator.decorate(IOContext ctxt,
Writer w)
Method called by
JsonFactory instance when
creating generator for given Writer, when this decorator
has been registered. |
| 构造器和说明 |
|---|
ByteSourceJsonBootstrapper(IOContext ctxt,
byte[] inputBuffer,
int inputStart,
int inputLen) |
ByteSourceJsonBootstrapper(IOContext ctxt,
InputStream in) |
MergedStream(IOContext context,
InputStream in,
byte[] buf,
int start,
int end) |
ReaderBasedJsonParser(IOContext ctxt,
int features,
Reader r,
ObjectCodec codec,
CharsToNameCanonicalizer st) |
UTF32Reader(IOContext ctxt,
InputStream in,
byte[] buf,
int ptr,
int len,
boolean isBigEndian) |
UTF8JsonGenerator(IOContext ctxt,
int features,
ObjectCodec codec,
OutputStream out) |
UTF8JsonGenerator(IOContext ctxt,
int features,
ObjectCodec codec,
OutputStream out,
byte[] outputBuffer,
int outputOffset,
boolean bufferRecyclable) |
UTF8StreamJsonParser(IOContext ctxt,
int features,
InputStream in,
ObjectCodec codec,
BytesToNameCanonicalizer sym,
byte[] inputBuffer,
int start,
int end,
boolean bufferRecyclable) |
UTF8Writer(IOContext ctxt,
OutputStream out) |
WriterBasedJsonGenerator(IOContext ctxt,
int features,
ObjectCodec codec,
Writer w) |
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.