- writeArrayValueEnd() - Method in interface ej.data.DataWriter
-
Writes the end of an array value.
- writeArrayValueStart() - Method in interface ej.data.DataWriter
-
Writes the beginning of an array value.
- writeBooleanValue(boolean) - Method in interface ej.data.DataWriter
-
Writes the next boolean value.
- writeDoubleValue(double) - Method in interface ej.data.DataWriter
-
Writes the next double precision floating point value (64bits).
- writeIntKey(int) - Method in interface ej.data.DataWriter
-
Writes the expected integer key (signed 32bits) within the current map.
- writeIntValue(int) - Method in interface ej.data.DataWriter
-
Writes the next integer value (signed 32bits).
- writeLongValue(long) - Method in interface ej.data.DataWriter
-
Writes the next expected long integer value (signed 64bits).
- writeMapValueEnd() - Method in interface ej.data.DataWriter
-
Writes the end of a map value.
- writeMapValueStart() - Method in interface ej.data.DataWriter
-
Writes the beginning of a map value.
- writeStringKey(String) - Method in interface ej.data.DataWriter
-
Writes the expected String
key within the current map.
- writeStringValue(String) - Method in interface ej.data.DataWriter
-
Writes the next String
value.