Byte payload stream of a framed read. The transforms buffer the remaining stream — mirroring the AWS SDK's SdkStreamMixin — and consume it, so each stream supports one buffering call.
SdkStreamMixin
Buffers the remaining payload chunks into one byte array.
Buffers the remaining payload chunks and decodes them as text.
Optional
Byte payload stream of a framed read. The transforms buffer the remaining stream — mirroring the AWS SDK's
SdkStreamMixin— and consume it, so each stream supports one buffering call.