public static class JSON.StringSource extends java.lang.Object implements JSON.Source
Constructor and Description |
---|
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.Source
public char next()
next
in interface JSON.Source
public char peek()
peek
in interface JSON.Source
public java.lang.String toString()
toString
in class java.lang.Object
public char[] scratchBuffer()
scratchBuffer
in interface JSON.Source
Copyright © 1995–2023 Webtide. All rights reserved.