KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.bencode
/
BdecodeNode
/
DictEntry
Dict
Entry
class
DictEntry
(
val
key
:
ByteArray
,
val
value
:
BdecodeNode
)
A key→value pair inside a dictionary node. Keys are raw bytes (usually ASCII).
Members
Constructors
Dict
Entry
Link copied to clipboard
constructor
(
key
:
ByteArray
,
value
:
BdecodeNode
)
Properties
key
Link copied to clipboard
val
key
:
ByteArray
value
Link copied to clipboard
val
value
:
BdecodeNode