- readArrayLength() - Method in class ej.cbor.CborDecoder
-
Prolog to reading an array value in CBOR format.
- readBoolean() - Method in class ej.cbor.CborDecoder
-
Reads a boolean value in CBOR format.
- readBreak() - Method in class ej.cbor.CborDecoder
-
Reads a "break"/stop value in CBOR format.
- readByteString() - Method in class ej.cbor.CborDecoder
-
Reads a byte string value in CBOR format.
- readByteStringLength() - Method in class ej.cbor.CborDecoder
-
Prolog to reading a byte string value in CBOR format.
- readDouble() - Method in class ej.cbor.CborDecoder
-
Reads a double-precision float value in CBOR format.
- readFloat() - Method in class ej.cbor.CborDecoder
-
Reads a single-precision float value in CBOR format.
- readHalfPrecisionFloat() - Method in class ej.cbor.CborDecoder
-
Reads a half-precision float value in CBOR format.
- readInt() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned integer value in CBOR format.
- readInt16() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned 16-bit integer value in CBOR format.
- readInt32() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned 32-bit integer value in CBOR format.
- readInt64() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned 64-bit integer value in CBOR format.
- readInt8() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned 8-bit integer value in CBOR format.
- readMajorType(int) - Method in class ej.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
- readMajorTypeExact(int, int) - Method in class ej.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
- readMajorTypeWithSize(int) - Method in class ej.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
- readMapLength() - Method in class ej.cbor.CborDecoder
-
Prolog to reading a map of key-value pairs in CBOR format.
- readNull() - Method in class ej.cbor.CborDecoder
-
Reads a null
-value in CBOR format.
- readSimpleValue() - Method in class ej.cbor.CborDecoder
-
Reads a single byte value in CBOR format.
- readSmallInt() - Method in class ej.cbor.CborDecoder
-
Reads a signed or unsigned small (<= 23) integer value in CBOR format.
- readTag() - Method in class ej.cbor.CborDecoder
-
Reads a semantic tag value in CBOR format.
- readTextString() - Method in class ej.cbor.CborDecoder
-
Reads an UTF-8 encoded string value in CBOR format.
- readTextStringLength() - Method in class ej.cbor.CborDecoder
-
Prolog to reading an UTF-8 encoded string value in CBOR format.
- readUInt(int, boolean) - Method in class ej.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUInt16() - Method in class ej.cbor.CborDecoder
-
Reads an unsigned 16-bit integer value.
- readUInt32() - Method in class ej.cbor.CborDecoder
-
Reads an unsigned 32-bit integer value.
- readUInt64() - Method in class ej.cbor.CborDecoder
-
Reads an unsigned 64-bit integer value.
- readUInt8() - Method in class ej.cbor.CborDecoder
-
Reads an unsigned 8-bit integer value.
- readUIntExact(int, int) - Method in class ej.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUndefined() - Method in class ej.cbor.CborDecoder
-
Reads an undefined value in CBOR format.