public static class JSON.StringSource extends java.lang.Object implements JSON.Source
| Constructor and Description |
|---|
JSON.StringSource(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
next() |
char |
peek() |
char[] |
scratchBuffer() |
java.lang.String |
toString() |
public boolean hasNext()
hasNext in interface JSON.Sourcepublic char next()
next in interface JSON.Sourcepublic char peek()
peek in interface JSON.Sourcepublic java.lang.String toString()
toString in class java.lang.Objectpublic char[] scratchBuffer()
scratchBuffer in interface JSON.SourceCopyright © 2013 FuseSource, Corp.. All Rights Reserved.