Uses of Class
co.nstant.in.cbor.model.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 void
AbstractEncoder. encodeTypeAndLength(MajorType majorType, long length)
protected void
AbstractEncoder. encodeTypeAndLength(MajorType majorType, BigInteger length)
protected void
AbstractEncoder. 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 MajorType
DataItem. getMajorType()
static MajorType
MajorType. ofByte(int b)
static MajorType
MajorType. 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)