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(String s)
           
 
方法摘要
 boolean hasNext()
           
 char next()
           
 char peek()
           
 char[] scratchBuffer()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.