class MessagePack::Lexer::ZeroCopy

Defined in:

message_pack/lexer.cr

Instance methods inherited from class MessagePack::Lexer

current_token : Token::T current_token, finish_token! finish_token!, read_token : Token::T read_token

Constructor methods inherited from class MessagePack::Lexer

new(io : IO) new

Instance methods inherited from class Object

===(other : MessagePack::Any) ===, to_msgpack(io : IO)
to_msgpack(packer : MessagePack::Packer)
to_msgpack
to_msgpack

Class methods inherited from class Object

from_msgpack(string_or_io, zero_copy = false) from_msgpack