Uses of Class
co.nstant.in.cbor.model.UnsignedInteger
-
Packages that use UnsignedInteger Package Description co.nstant.in.cbor.decoder co.nstant.in.cbor.encoder -
-
Uses of UnsignedInteger in co.nstant.in.cbor.decoder
Methods in co.nstant.in.cbor.decoder that return UnsignedInteger Modifier and Type Method Description UnsignedInteger
UnsignedIntegerDecoder. decode(int initialByte)
-
Uses of UnsignedInteger in co.nstant.in.cbor.encoder
Methods in co.nstant.in.cbor.encoder with parameters of type UnsignedInteger Modifier and Type Method Description void
UnsignedIntegerEncoder. encode(UnsignedInteger dataItem)
-