module

BitTorrent::BEncoding

Constants

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

Class methods

decode(str : String)
encode(node)

Nested types