org.eclipse.jetty.util.ajax
类 JSON.StringSource
java.lang.Object
org.eclipse.jetty.util.ajax.JSON.StringSource
- 所有已实现的接口:
- JSON.Source
- 包容类:
- JSON
public static class JSON.StringSource
- extends Object
- implements JSON.Source
JSON.StringSource
public JSON.StringSource(String s)
hasNext
public boolean hasNext()
- 指定者:
- 接口
JSON.Source 中的 hasNext
next
public char next()
- 指定者:
- 接口
JSON.Source 中的 next
peek
public char peek()
- 指定者:
- 接口
JSON.Source 中的 peek
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
scratchBuffer
public char[] scratchBuffer()
- 指定者:
- 接口
JSON.Source 中的 scratchBuffer
Copyright © 2013. All Rights Reserved.