Smithy Kotlin
Toggle table of contents
1.5.8
common
jvm
Platform filter
common
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io
/
SdkBufferedSource
/
read
read
common
jvm
expect
abstract
fun
read
(
sink
:
ByteArray
,
offset
:
Int
=
0
,
limit
:
Int
=
sink.size - offset
)
:
Int
Read up to
limit
bytes and write them to
sink
starting at
offset
actual
abstract
fun
read
(
sink
:
ByteArray
,
offset
:
Int
,
limit
:
Int
)
:
Int
Read up to
limit
bytes and write them to
sink
starting at
offset