@ParametersAreNonnullByDefault @CheckReturnValue
See: Description
| Interface | Description |
|---|---|
| CborNumber |
Interface for CBOR data items representing numbers.
|
| CborReader |
Interface for parsing CBOR data into
CborObject instances. |
| CborWriter |
Interface for serializing
CborObject instances into CBOR-encoded data. |
| Class | Description |
|---|---|
| CborArray |
Class for representing CBOR array data items.
|
| CborByteString |
CBOR byte string object interface.
|
| CborFloat |
CBOR floating-point number object interface.
|
| CborInteger |
CBOR integer object interface.
|
| CborMajorType |
Contains constants for CBOR major types.
|
| CborMap |
Class for representing CBOR map data items.
|
| CborObject |
Base class for CBOR data items.
|
| CborSimple |
CBOR simple value object class.
|
| CborTag |
Contains CBOR tag constants.
|
| CborTextString |
CBOR text string object interface.
|
| Exception | Description |
|---|---|
| CborConversionException |
Checked datatype conversion exception.
|
| CborException |
Checked exception superclass for CborTree-specific exceptions.
|
| CborParseException |
Checked CBOR data parsing exception.
|
| CborRuntimeException |
Unchecked exception for CborTree-specific runtime errors.
|
Copyright © 2018–2023. All rights reserved.