class CBOR::Decoder
- CBOR::Decoder
- Reference
- Object
Defined in:
cbor/decoder.crConstructors
Instance Method Summary
- #consume_array(&)
- #consume_hash(&)
- #current_token : Token::T | Nil
- #finish_token!
- #read_begin_hash
- #read_bool : Bool
- #read_bytes
- #read_float
- #read_int
- #read_nil : Nil
- #read_nil_or(&)
- #read_num
- #read_string : String
- #read_tag : Tag
- #read_value : Type
- #unexpected_token(token, expected = nil)
Instance methods inherited from class Object
to_cbor(io : IO)to_cbor(encoder : CBOR::Encoder)
to_cbor : Bytes to_cbor