class MessagePack::Lexer

Direct Known Subclasses

Defined in:

message_pack/lexer.cr

Constructors

Instance Method Summary

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

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def current_token : Token::T #

[View source]
def finish_token! #

[View source]
def read_token : Token::T #

[View source]