Ktor
Toggle table of contents
3.1.3
Select version
3.1.3
3.0.3
2.3.12
2.2.4
2.0.3
1.6.8
androidNative
common
darwin
js
jvm
linux
posix
wasmJs
Platform filter
androidNative
common
darwin
js
jvm
linux
posix
wasmJs
Switch theme
Search in API
Ktor
ktor-io
/
io.ktor.utils.io.charsets
/
CharsetDecoder
Charset
Decoder
common
js
jvm
posix
wasmJs
expect
abstract
class
CharsetDecoder
(
source
)
actual
abstract
class
CharsetDecoder
(
source
)
actual
typealias
CharsetDecoder
=
java.nio.charset.CharsetDecoder
(
source
)
actual
abstract
class
CharsetDecoder
(
source
)
actual
abstract
class
CharsetDecoder
(
source
)
Members
Members & Extensions
Constructors
Charset
Decoder
Link copied to clipboard
js
posix
wasmJs
constructor
(
_charset
:
Charset
)
constructor
(
_charset
:
Charset
)
constructor
(
_charset
:
Charset
)
Properties
charset
Link copied to clipboard
common
js
jvm
posix
wasmJs
expect
val
CharsetDecoder
.
charset
:
Charset
Decoder's charset it is created for.
actual
val
CharsetDecoder
.
charset
:
Charset
actual
val
CharsetDecoder
.
charset
:
Charset
actual
val
CharsetDecoder
.
charset
:
Charset
actual
val
CharsetDecoder
.
charset
:
Charset
Decoder's charset it is created for.
Functions
decode
Link copied to clipboard
androidNative
common
darwin
js
jvm
linux
wasmJs
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
fun
CharsetDecoder
.
decode
(
input
:
Source
,
max
:
Int
=
Int.MAX_VALUE
)
:
String
expect
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Source
,
dst
:
Appendable
,
max
:
Int
)
:
Int