Uses of Interface
com.pnfsoftware.jeb.util.encoding.json.parser.ContentHandler
Packages that use ContentHandler
-
Uses of ContentHandler in com.pnfsoftware.jeb.util.encoding.json.parser
Methods in com.pnfsoftware.jeb.util.encoding.json.parser with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidJSONParser.parse(Reader in, ContentHandler contentHandler) voidJSONParser.parse(Reader in, ContentHandler contentHandler, boolean isResume) Stream processing of JSON text.voidJSONParser.parse(String s, ContentHandler contentHandler) voidJSONParser.parse(String s, ContentHandler contentHandler, boolean isResume)