Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bencode
v0.2.1
Array
Bencode
Field
Serializable
Type
Hash
Int
Object
String
Built with Crystal 1.9.2
2023-10-08 11:59:42 UTC
abstract class
Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
bencode/serializer.cr
Class Method Summary
.from_bencode
(bencode : String | IO)
Instance Method Summary
#to_bencode
: String
Class Method Detail
def self.
from_bencode
(bencode :
String
| IO)
#
[
View source
]
Instance Method Detail
def
to_bencode
:
String
#
[
View source
]