Package org.eclipse.jetty.util.ajax
Class JSON.StringSource
- java.lang.Object
-
- org.eclipse.jetty.util.ajax.JSON.StringSource
-
- All Implemented Interfaces:
JSON.Source
- Enclosing class:
- JSON
public static class JSON.StringSource extends java.lang.Object implements JSON.Source
-
-
Constructor Summary
Constructors Constructor Description StringSource(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
char
next()
char
peek()
char[]
scratchBuffer()
java.lang.String
toString()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceJSON.Source
-
next
public char next()
- Specified by:
next
in interfaceJSON.Source
-
peek
public char peek()
- Specified by:
peek
in interfaceJSON.Source
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
scratchBuffer
public char[] scratchBuffer()
- Specified by:
scratchBuffer
in interfaceJSON.Source
-
-