public static class JSON.StringSource extends Object implements JSON.Source
| Constructor and Description |
|---|
StringSource(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
next() |
char |
peek() |
char[] |
scratchBuffer() |
String |
toString() |
public StringSource(String s)
public boolean hasNext()
hasNext in interface JSON.Sourcepublic char next()
next in interface JSON.Sourcepublic char peek()
peek in interface JSON.Sourcepublic char[] scratchBuffer()
scratchBuffer in interface JSON.SourceCopyright © 1995–2017 Webtide. All rights reserved.