class MessagePack::Lexer

Defined in:

message_pack/lexer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_msgpack(io : IO)
to_msgpack(packer : MessagePack::Packer)
to_msgpack
to_msgpack
, to_msgpack64 to_msgpack64

Class methods inherited from class Object

from_msgpack(string_or_io) from_msgpack, from_msgpack64(string_or_io) from_msgpack64

Constructor Detail

def self.new(string : String) #

[View source]
def self.new(slice : Bytes) #

[View source]
def self.new(io : IO) #

[View source]

Instance Method Detail

def current_byte : UInt8 #

[View source]
def next_token #

[View source]
def prefetch_token #

[View source]
def token : MessagePack::Token #

[View source]