Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
BitTorrent::BEncoding::DecodeError
BitTorrent::BEncoding::Decoder
BitTorrent::BEncoding::Encoder
BitTorrent::BEncoding::Node