Package org.eclipse.jetty.util.ajax
Interface JSON.Source
-
- All Known Implementing Classes:
JSON.ReaderSource
,JSON.StringSource
- Enclosing class:
- JSON
public static interface JSON.Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
char
next()
char
peek()
char[]
scratchBuffer()
-