class NBT::Reader

Defined in:

nbt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def io : IO #

[View source]
def read_direct : Tag #

[View source]
def read_named : NamedTag #

[View source]
def read_nbt_type(type : UInt8) : Tag #

[View source]
def read_string : NBTString #

[View source]