ktor
2.3.3
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.0.3
1.6.8
common
ktor-utils
/
io.ktor.util
/
Encoder
Encoder
interface
Encoder
Content encoder.
Functions
Inheritors
Functions
decode
Link copied to clipboard
abstract
fun
CoroutineScope
.
decode
(
source
:
ByteReadChannel
)
:
ByteReadChannel
Launch coroutine to decode
source
bytes.
encode
Link copied to clipboard
abstract
fun
CoroutineScope
.
encode
(
source
:
ByteReadChannel
)
:
ByteReadChannel
Launch coroutine to encode
source
bytes.
Inheritors
Identity
Link copied to clipboard