class MessagePack::Unpacker
- MessagePack::Unpacker
- Reference
- Object
Defined in:
message_pack/unpacker.crConstructors
Instance Method Summary
- #prefetch_token(*args, **options)
- #prefetch_token(*args, **options, &)
- #read
- #read?(klass : Bool.class)
- #read?(klass : Int8.class)
- #read?(klass : Int16.class)
- #read?(klass : Int32.class)
- #read?(klass : Int64.class)
- #read?(klass : UInt8.class)
- #read?(klass : UInt16.class)
- #read?(klass : UInt32.class)
- #read?(klass : UInt64.class)
- #read?(klass : Float32.class)
- #read?(klass : Float64.class)
- #read?(klass : String.class)
- #read_array(fetch_next_token = true)
- #read_array(fetch_next_token = true, &)
- #read_array_size
- #read_binary
- #read_bool
- #read_float
- #read_hash(read_key = true, fetch_next_token = true, &)
- #read_hash(fetch_next_token = true)
- #read_hash_size
- #read_int
- #read_nil
- #read_nil_or(&)
- #read_numeric
- #read_string
- #read_uint
- #read_value
- #skip_value
Instance methods inherited from class Object
to_msgpack(io : IO)to_msgpack(packer : MessagePack::Packer)
to_msgpack to_msgpack, to_msgpack64 to_msgpack64