class TLV::Reader

Defined in:

tlv/reader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8), byte_format : IO::ByteFormat = IO::ByteFormat::LittleEndian) #

[View source]

Instance Method Detail

def byte_format : IO::ByteFormat #

[View source]
def bytes_read : Int32 #

[View source]
def decodings : Array(Value) #

[View source]
def get #

[View source]
def io : IO::Memory #

[View source]