public class JSONStringReader extends JSONReader
Modifier and Type | Field and Description |
---|---|
protected String |
escapedChar |
protected 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(Reader value) |
JSONStringReader(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 Reader inputReader
protected int state
protected String escapedChar
public JSONStringReader(String value)
public JSONStringReader(Reader value)
public int read() throws IOException
read
in class JSONReader
IOException