org.eclipse.jetty.util.ajax
接口 JSON.Source

所有已知实现类:
JSON.ReaderSource, JSON.StringSource
包容类:
JSON

public static interface JSON.Source


方法摘要
 boolean hasNext()
           
 char next()
           
 char peek()
           
 char[] scratchBuffer()
           
 

方法详细信息

hasNext

boolean hasNext()

next

char next()

peek

char peek()

scratchBuffer

char[] scratchBuffer()


Copyright © 2013. All Rights Reserved.