ktor
Toggle table of contents
3.1.0
Select version
3.1.0
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
common
jvm
posix
Platform filter
common
jvm
posix
Switch theme
Search in API
ktor
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
)