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