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 Object implements JSON.Source
-
-
Constructor Summary
Constructors Constructor Description StringSource(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()charnext()charpeek()char[]scratchBuffer()StringtoString()
-
-
-
Constructor Detail
-
StringSource
public StringSource(String s)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceJSON.Source
-
next
public char next()
- Specified by:
nextin interfaceJSON.Source
-
peek
public char peek()
- Specified by:
peekin interfaceJSON.Source
-
scratchBuffer
public char[] scratchBuffer()
- Specified by:
scratchBufferin interfaceJSON.Source
-
-