ktor-utils
Toggle table of contents
3.3.2
common
Target filter
common
Switch theme
Search in API
Skip to content
ktor-utils
ktor-utils
/
io.ktor.util.cio
/
toByteArray
to
Byte
Array
suspend
fun
ByteReadChannel
.
toByteArray
(
limit
:
Int
=
Int.MAX_VALUE
)
:
ByteArray
(
source
)
Convert
ByteReadChannel
to
ByteArray
Report a problem