| Interface | Description |
|---|---|
| Visitor<R> |
Represents a function from a CBOR expression to a value.
|
| Class | Description |
|---|---|
| HalfFloat |
Conversions between 16 and 32-bit floating point numbers.
|
| Reader |
An implementation of enough of the CBOR spec to cope with decoding the CBOR values we need for
Dhall.
|
| Reader.ByteArrayReader | |
| Writer | |
| Writer.ByteArrayWriter | |
| Writer.OutputStreamWriter | |
| Writer.SHA256Writer |
| Enum | Description |
|---|---|
| AdditionalInfo | |
| MajorType |
| Exception | Description |
|---|---|
| CborException |