toggle menu
ktor
3.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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
<Error class: unknown class>
.
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
)