Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io
/
write
write
common
suspend
fun
SdkByteWriteChannel
.
write
(
source
:
ByteArray
,
offset
:
Int
=
0
,
limit
:
Int
=
source.size - offset
)
Write
limit
bytes from
source
starting at
offset
. Suspends until all bytes can be written.