public final class CborMajorType extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY
CBOR major type for arrays of CBOR objects.
|
static int |
BYTE_STRING
CBOR major type for byte strings (raw data).
|
static int |
MAP
CBOR major type for associative maps of CBOR objects.
|
static int |
NEG_INTEGER
CBOR major type for negative integers.
|
static int |
OTHER
CBOR major type for CBOR floating-point numbers and CBOR simple values.
|
static int |
POS_INTEGER
CBOR major type for positive integers.
|
static int |
TAG
CBOR major type for CBOR tags.
|
static int |
TEXT_STRING
CBOR major type for text strings.
|
public static final int POS_INTEGER
public static final int NEG_INTEGER
public static final int BYTE_STRING
public static final int TEXT_STRING
public static final int ARRAY
public static final int MAP
public static final int TAG
public static final int OTHER
Copyright © 2018–2023. All rights reserved.