public class JSONStreamProcessor extends Object implements JSONProcessor, IntConsumer
| Constructor and Description |
|---|
JSONStreamProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int value) |
void |
accept(String str) |
boolean |
acceptChar(char ch) |
void |
acceptEnd() |
net.pwall.json.JSONValue |
getResult() |
boolean |
isClosed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWhitespaceandThenpublic boolean isClosed()
isClosed in interface JSONProcessorpublic net.pwall.json.JSONValue getResult()
getResult in interface JSONProcessorpublic void accept(int value)
accept in interface IntConsumerpublic void accept(String str)
public boolean acceptChar(char ch)
acceptChar in interface JSONProcessorpublic void acceptEnd()
acceptEnd in interface JSONProcessorCopyright © 2020. All rights reserved.