-
- All Implemented Interfaces:
-
net.pwall.json.stream.JSONCoBuilder
public final class JSONCoObjectBuilder implements JSONCoBuilder
-
-
Constructor Summary
Constructors Constructor Description JSONCoObjectBuilder()
-
Method Summary
Modifier and Type Method Description BooleanacceptChar(Integer ch)BooleangetComplete()JSONValuegetResult()-
Methods inherited from class net.pwall.json.stream.JSONCoObjectBuilder
close -
Methods inherited from class net.pwall.json.stream.JSONCoBuilder
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
acceptChar
Boolean acceptChar(Integer ch)
-
getComplete
Boolean getComplete()
-
getResult
JSONValue getResult()
-
-
-
-