public class ReadJsonSourceString extends Object implements ReadJsonSource
Constructor and Description |
---|
ReadJsonSourceString(String source) |
Modifier and Type | Method and Description |
---|---|
void |
back() |
String |
getErrorHelp() |
void |
ignoreWhiteSpace() |
char |
nextChar(String eofMsg) |
int |
pos() |
String |
toString() |
public ReadJsonSourceString(String source)
public String getErrorHelp()
getErrorHelp
in interface ReadJsonSource
public int pos()
pos
in interface ReadJsonSource
public void back()
back
in interface ReadJsonSource
public char nextChar(String eofMsg)
nextChar
in interface ReadJsonSource
public void ignoreWhiteSpace()
ignoreWhiteSpace
in interface ReadJsonSource
Copyright © 2015. All Rights Reserved.