D E H R S W 

R

readArrayValueEnd() - Method in interface ej.data.DataReader
Reads the end of an array value.
readArrayValueStart() - Method in interface ej.data.DataReader
Reads the beginning of an array value.
readBooleanValue() - Method in interface ej.data.DataReader
Reads the next expected boolean value.
readDoubleValue() - Method in interface ej.data.DataReader
Reads the next expected double precision floating point value (64bits).
readIntKey() - Method in interface ej.data.DataReader
Reads the next expected integer key (signed 32bits) within the current map.
readIntValue() - Method in interface ej.data.DataReader
Reads the next expected integer value (signed 32bits).
readLongValue() - Method in interface ej.data.DataReader
Reads the next expected long integer value (signed 64bits).
readMapValueEnd() - Method in interface ej.data.DataReader
Reads the end of a map value.
readMapValueStart() - Method in interface ej.data.DataReader
Reads the beginning of a map value.
readStringKey() - Method in interface ej.data.DataReader
Reads the next expected String key within the current map.
readStringValue() - Method in interface ej.data.DataReader
Reads the next expected String value.
D E H R S W