public class JSONStringReader extends JSONReader
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
escapedChar |
protected java.io.Reader |
inputReader |
protected int |
state |
protected static int |
STATE_1ST |
protected static int |
STATE_2ND |
protected static int |
STATE_3RD |
protected static int |
STATE_4TH |
protected static int |
STATE_DONE |
protected static int |
STATE_NEXTCHAR |
protected static int |
STATE_PREQUOTE |
protected static int |
STATE_U |
Constructor and Description |
---|
JSONStringReader(java.io.Reader value) |
JSONStringReader(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
close, read
protected static final int STATE_PREQUOTE
protected static final int STATE_U
protected static final int STATE_1ST
protected static final int STATE_2ND
protected static final int STATE_3RD
protected static final int STATE_4TH
protected static final int STATE_NEXTCHAR
protected static final int STATE_DONE
protected final java.io.Reader inputReader
protected int state
protected java.lang.String escapedChar
public JSONStringReader(java.lang.String value)
public JSONStringReader(java.io.Reader value)
public int read() throws java.io.IOException
read
in class JSONReader
java.io.IOException