Uses of Class
co.nstant.in.cbor.model.MajorType
-
Packages that use MajorType Package Description co.nstant.in.cbor.encoder co.nstant.in.cbor.model -
-
Uses of MajorType in co.nstant.in.cbor.encoder
Methods in co.nstant.in.cbor.encoder with parameters of type MajorType Modifier and Type Method Description protected voidAbstractEncoder. encodeTypeAndLength(MajorType majorType, long length)protected voidAbstractEncoder. encodeTypeAndLength(MajorType majorType, BigInteger length)protected voidAbstractEncoder. encodeTypeChunked(MajorType majorType) -
Uses of MajorType in co.nstant.in.cbor.model
Methods in co.nstant.in.cbor.model that return MajorType Modifier and Type Method Description MajorTypeDataItem. getMajorType()static MajorTypeMajorType. ofByte(int b)static MajorTypeMajorType. valueOf(String name)Returns the enum constant of this type with the specified name.static MajorType[]MajorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in co.nstant.in.cbor.model with parameters of type MajorType Constructor Description DataItem(MajorType majorType)Number(MajorType majorType, BigInteger value)
-