org.eclipse.jetty.util.ajax
类 JSON.ReaderSource
java.lang.Object
org.eclipse.jetty.util.ajax.JSON.ReaderSource
- 所有已实现的接口:
- JSON.Source
- 包容类:
- JSON
public static class JSON.ReaderSource
- extends Object
- implements JSON.Source
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSON.ReaderSource
public JSON.ReaderSource(Reader r)
setReader
public void setReader(Reader reader)
hasNext
public boolean hasNext()
- 指定者:
- 接口
JSON.Source 中的 hasNext
next
public char next()
- 指定者:
- 接口
JSON.Source 中的 next
peek
public char peek()
- 指定者:
- 接口
JSON.Source 中的 peek
scratchBuffer
public char[] scratchBuffer()
- 指定者:
- 接口
JSON.Source 中的 scratchBuffer
Copyright © 2013. All Rights Reserved.