class Nbt::Reader

Defined in:

reader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def array_size #

For length of array values (not List)


[View source]
def io : IO #

[View source]
def parse_id #

[View source]
def parse_payload(tag_id) #

[View source]
def parse_tag #

[View source]
def read_string #

[View source]