Smithy Kotlin
Toggle table of contents
1.5.24
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-signing-tests
/
aws.smithy.kotlin.runtime.auth.awssigning.tests
/
AwsChunkedTestReader
Aws
Chunked
Test
Reader
interface
AwsChunkedTestReader
:
Closeable
Members
Functions
is
Closed
For
Read
Link copied to clipboard
abstract
fun
isClosedForRead
(
)
:
Boolean
read
Link copied to clipboard
abstract
suspend
fun
read
(
sink
:
SdkBuffer
,
limit
:
Long
)
:
Long
Inherited functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)