toggle menu
ktor
3.0.0-rc-1
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
jvm
posix
switch theme
search in API
ktor-io
/
io.ktor.utils.io
/
writeFully
write
Fully
common
jvm
posix
suspend
fun
ByteWriteChannel
.
writeFully
(
value
:
ByteArray
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
value.size
)
suspend
fun
ByteWriteChannel
.
writeFully
(
value
:
ByteBuffer
)
suspend
fun
ByteWriteChannel
.
writeFully
(
value
:
CPointer
<
ByteVar
>
,
offset
:
Int
,
length
:
Int
)
suspend
fun
ByteWriteChannel
.
writeFully
(
src
:
CPointer
<
ByteVar
>
,
offset
:
Long
,
length
:
Long
)