Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bittorrent
master
BitTorrent
BEncoding
DecodeError
Decoder
Encoder
Node
Download
DownloadState
Peer
PeerAddress
PeerList
Socket
BigEndian
Torrent
Tracker
Built with Crystal 1.9.2
2023-10-07 21:26:49 UTC
class
BitTorrent::BEncoding::Decoder
BitTorrent::BEncoding::Decoder
Reference
Object
Defined in:
bittorrent/bencoding/decode.cr
Constructors
.new
(io : IO)
Class Method Summary
.from
(str : String)
Instance Method Summary
#decode
#decode_dict
#decode_list
#decode_nb
#decode_next_node
#decode_str
Constructor Detail
def self.
new
(io : IO)
#
[
View source
]
Class Method Detail
def self.
from
(str : String)
#
[
View source
]
Instance Method Detail
def
decode
#
[
View source
]
def
decode_dict
#
[
View source
]
def
decode_list
#
[
View source
]
def
decode_nb
#
[
View source
]
def
decode_next_node
#
[
View source
]
def
decode_str
#
[
View source
]