public static class JSON.ReaderSource extends java.lang.Object implements JSON.Source
Constructor and Description |
---|
ReaderSource(java.io.Reader r) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
char |
next() |
char |
peek() |
char[] |
scratchBuffer() |
void |
setReader(java.io.Reader reader) |
public void setReader(java.io.Reader reader)
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 char[] scratchBuffer()
scratchBuffer
in interface JSON.Source
Copyright © 1995–2023 Webtide. All rights reserved.