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


构造方法摘要
JSON.ReaderSource(Reader r)
           
 
方法摘要
 boolean hasNext()
           
 char next()
           
 char peek()
           
 char[] scratchBuffer()
           
 void setReader(Reader reader)
           
 
从类 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.