module BitTorrent::BEncoding

Defined in:

bittorrent/bencoding/decode.cr
bittorrent/bencoding/encode.cr
bittorrent/bencoding/types.cr

Constant Summary

ARRAY_DIVIDER = ':'
DICT_END = 'e'
DICT_START = 'd'
LIST_END = 'e'
LIST_START = 'l'
NB_END = 'e'
NB_START = 'i'

Class Method Summary

Class Method Detail

def self.decode(str : String) #

[View source]
def self.encode(node) #

[View source]