public class DataReaderJSON extends AbstractDataReader
DataReader
for a JSON stream.Constructor and Description |
---|
DataReaderJSON(InputStream is)
Creates a new
DataReader on the given InputStream . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements0() |
void |
readArrayValueEnd0() |
void |
readArrayValueStart0() |
boolean |
readBooleanValue0() |
double |
readDoubleValue0() |
int |
readIntKey0() |
int |
readIntValue0() |
long |
readLongValue0() |
void |
readMapValueEnd0() |
void |
readMapValueStart0() |
String |
readStringKey0() |
String |
readStringValue0() |
void |
skipValue0() |
end, hasMoreElements, readArrayValueEnd, readArrayValueStart, readBooleanValue, readDoubleValue, readIntKey, readIntValue, readLongValue, readMapValueEnd, readMapValueStart, readStringKey, readStringValue, skipValue
public DataReaderJSON(InputStream is)
DataReader
on the given InputStream
.is
- the InputStream
from which the JSON structured data is read.public boolean hasMoreElements0() throws Throwable
hasMoreElements0
in class AbstractDataReader
Throwable
public void readArrayValueEnd0() throws Throwable
readArrayValueEnd0
in class AbstractDataReader
Throwable
public void readArrayValueStart0() throws Throwable
readArrayValueStart0
in class AbstractDataReader
Throwable
public boolean readBooleanValue0() throws Throwable
readBooleanValue0
in class AbstractDataReader
Throwable
public double readDoubleValue0() throws Throwable
readDoubleValue0
in class AbstractDataReader
Throwable
public int readIntKey0() throws Throwable
readIntKey0
in class AbstractDataReader
Throwable
public int readIntValue0() throws Throwable
readIntValue0
in class AbstractDataReader
Throwable
public long readLongValue0() throws Throwable
readLongValue0
in class AbstractDataReader
Throwable
public void readMapValueEnd0() throws Throwable
readMapValueEnd0
in class AbstractDataReader
Throwable
public void readMapValueStart0() throws Throwable
readMapValueStart0
in class AbstractDataReader
Throwable
public String readStringKey0() throws Throwable
readStringKey0
in class AbstractDataReader
Throwable
public String readStringValue0() throws Throwable
readStringValue0
in class AbstractDataReader
Throwable
public void skipValue0() throws Throwable
skipValue0
in class AbstractDataReader
Throwable