Modifier and Type | Method and Description |
---|---|
CborType |
CborDecoder.peekType()
Peeks in the input stream for the upcoming type.
|
static CborType |
CborType.valueOf(int i)
Decodes a given byte value to a
CborType value. |
Modifier and Type | Method and Description |
---|---|
boolean |
CborType.isEqualType(CborType other)
|