| Modifier and Type | Field and Description |
|---|---|
static CborSimple |
CborSimple.FALSE
CBOR simple value constant instance for "false".
|
static CborSimple |
CborSimple.NULL
CBOR simple value constant instance for "null".
|
static CborSimple |
CborSimple.TRUE
CBOR simple value constant instance for "true".
|
static CborSimple |
CborSimple.UNDEFINED
CBOR simple value constant instance for "undefined" values.
|
| Modifier and Type | Method and Description |
|---|---|
CborSimple |
CborSimple.copy() |
static CborSimple |
CborSimple.create(int value)
Method for obtaining an untagged singleton instance for "simple values" that contains no
data.
|
static CborSimple |
CborSimple.create(int value,
int tag)
Method for obtaining a tagged instance for "simple values" that contains no data.
|
Copyright © 2018–2023. All rights reserved.