-
Notifications
You must be signed in to change notification settings - Fork 10
Home
-
com.upokecenter.cbor.ICBORConverter<T> - Interface implemented by classes that convert objects of arbitrary types to CBOR objects.
-
com.upokecenter.cbor.ICBORTag - Implemented by classes that validate CBOR objects belonging to a specific tag.
-
com.upokecenter.cbor.CBORDataUtilities - Contains methods useful for reading and writing data, with a focus on CBOR.
-
com.upokecenter.cbor.CBOREncodeOptions - Specifies options for encoding and decoding CBOR objects.
-
com.upokecenter.cbor.CBORObject - Represents an object in Concise Binary Object Representation (CBOR) and contains methods for reading and writing CBOR data.
-
com.upokecenter.cbor.CBORTypeFilter - Specifies what kinds of CBOR objects a tag can be.
-
com.upokecenter.cbor.CBORType - Represents a type that a CBOR object can have.
-
com.upokecenter.cbor.CBORException - Exception thrown for errors involving CBOR data.