ktor-utils
Toggle table of contents
3.3.1
jvm
Platform filter
jvm
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util
/
decodeString
decode
String
jvm
fun
ByteBuffer
.
decodeString
(
charset
:
Charset
=
Charsets.UTF_8
)
:
String
(
source
)
Decodes a string from
this
buffer with the specified
charset
Report a problem