toggle menu
ktor
2.3.12
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
darwin
js
jvm
linux
posix
wasmJs
switch theme
search in API
ktor-io
/
io.ktor.utils.io.charsets
/
CharsetDecoder
Charset
Decoder
common
js
jvm
posix
wasmJs
expect
abstract
class
CharsetDecoder
actual
abstract
class
CharsetDecoder
actual
typealias
CharsetDecoder
=
java.nio.charset.CharsetDecoder
actual
abstract
class
CharsetDecoder
actual
abstract
class
CharsetDecoder
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
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
Functions
decode
Link copied to clipboard
common
darwin
js
linux
wasmJs
fun
CharsetDecoder
.
decode
(
input
:
Input
,
max
:
Int
=
Int.MAX_VALUE
)
:
String
expect
fun
CharsetDecoder
.
decode
(
input
:
Input
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Input
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Input
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Input
,
dst
:
Appendable
,
max
:
Int
)
:
Int
actual
fun
CharsetDecoder
.
decode
(
input
:
Input
,
dst
:
Appendable
,
max
:
Int
)
:
Int
decode
Exact
Bytes
Link copied to clipboard
common
darwin
js
linux
wasmJs
expect
fun
CharsetDecoder
.
decodeExactBytes
(
input
:
Input
,
inputLength
:
Int
)
:
String
actual
fun
CharsetDecoder
.
decodeExactBytes
(
input
:
Input
,
inputLength
:
Int
)
:
String
actual
fun
CharsetDecoder
.
decodeExactBytes
(
input
:
Input
,
inputLength
:
Int
)
:
String
actual
fun
CharsetDecoder
.
decodeExactBytes
(
input
:
Input
,
inputLength
:
Int
)
:
String
actual
fun
CharsetDecoder
.
decodeExactBytes
(
input
:
Input
,
inputLength
:
Int
)
:
String