| Class and Description |
|---|
| CborArray
Class for representing CBOR array data items.
|
| CborByteString
CBOR byte string object interface.
|
| CborConversionException
Checked datatype conversion exception.
|
| CborException
Checked exception superclass for CborTree-specific exceptions.
|
| CborFloat
CBOR floating-point number object interface.
|
| CborInteger
CBOR integer object interface.
|
| CborMap
Class for representing CBOR map data items.
|
| CborNumber
Interface for CBOR data items representing numbers.
|
| CborObject
Base class for CBOR data items.
|
| CborParseException
Checked CBOR data parsing exception.
|
| CborReader
Interface for parsing CBOR data into
CborObject instances. |
| CborSimple
CBOR simple value object class.
|
| CborTextString
CBOR text string object interface.
|
| CborWriter
Interface for serializing
CborObject instances into CBOR-encoded data. |
Copyright © 2018–2023. All rights reserved.