Decoder decodes values from CBOR format.
Creates decoder. If noCopy is true, all read Uint8Arrays will be the subarrays of src.
If ignoreExtraData is true, decoder will not throw if there's undecoded data at the end of the source.
Gets the number of undecoded bytes left in the buffer.
Decoder decodes values from CBOR format.