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