Charset
(UTF-8) and useBytes as false.Charset
passed for encoding/decoding and useBytes as false.Charset
passed for encoding/decoding and boolean passed to control String parsing.Throwable
that is thrown during decode/encode.InputStream
passed and uses the Charset
passed for decoding the data
and boolean passed to control String parsing.InputStream
passed and uses the Charset
passed for decoding the data
and coerces dictionary values to a String
.InputStream
passed and uses the UTF-8 Charset
for decoding the data
and coerces dictionary values to a String
.OutputStream
passed and uses the Charset
passed for encoding the data.OutputStream
passed and uses UTF-8 Charset
for encoding the data.String
.Number
.Iterable
as a bencode List.Map
as a bencode Dictionary.Charset
the coder was created with.Charset
the stream was created with.Charset
the stream was created with.Type
.String
from the stream.Type
contained within the byte array.Map
to the stream.Iterable
to the stream.Number
to the stream.String
to the stream.ByteBuffer
to the stream.Copyright © 2015–2025. All rights reserved.