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