| 程序包 | 说明 |
|---|---|
| com.taobao.middleware.logger.json.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler) |
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler,
boolean isResume)
Stream processing of JSON text.
|
void |
JSONParser.parse(String s,
ContentHandler contentHandler) |
void |
JSONParser.parse(String s,
ContentHandler contentHandler,
boolean isResume) |
Copyright © 2018–2019. All rights reserved.