public static class JSON.ReaderSource extends Object implements JSON.Source
| Constructor and Description |
|---|
JSON.ReaderSource(Reader r) |
public JSON.ReaderSource(Reader r)
public void setReader(Reader reader)
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-2015 Mort Bay Consulting. All Rights Reserved.