bencode
bencode
com.github.torrentdam.bencode
Bencode
BString
BInteger
BList
BDictionary
Bencode
BDictionary
BString
BencodeCodec
BencodeCodecError
BencodeFormatException
com.github.torrentdam.bencode.format
BencodeFormat
BencodeFormat
Ops
bencode
/
com.github.torrentdam.bencode
/
Bencode
Bencode
enum
Bencode
Companion:
object
Graph
Supertypes
trait
Enum
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Type members
Type members
Enum entries
case
BDictionary
(
values:
ListMap
[
String
,
Bencode
])
Companion:
object
case
BInteger
(
value:
Long
)
case
BList
(
values:
List
[
Bencode
])
case
BString
(
value:
ByteVector
)
Companion:
object