class BEncoding::Decode

Defined in:

BEncoding/decode.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(file_path : String) #

[View source]

Class Method Detail

def self.decode(file_path : String) #

[View source]

Instance Method Detail

def decode #

[View source]
def decode_byte(byte : UInt8, byte_iterator : ByteIterator) #

[View source]
def decode_bytea(byte_iterator : ByteIterator) : String #

[View source]
def decode_dictionary(byte_iterator : ByteIterator) #

[View source]
def decode_list(byte_iterator : ByteIterator) #

[View source]
def decode_number(byte_iterator : ByteIterator) #

[View source]