module

Bencoding

Constants

BYTE_ARRAY_DIVIDER = ':'
DICTIONARY_END = 'e'
DICTIONARY_START = 'd'
LIST_END = 'e'
LIST_START = 'l'
NUMBER_END = 'e'
NUMBER_START = 'i'
VERSION = "1.0.0"

Class methods

decode(str : String)
Source
decode(io : IO)
Source
encode(param)
Source
load_file(path : String)
Source

Nested types