0.1.0-preview.2 • Published 5 years ago

@aws-js-sdk-v3-prerelease/chunked-stream-reader-node v0.1.0-preview.2

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
5 years ago

chunked-stream-reader-node

Exports a streamReader function that accepts a readable stream, a function to call on each chunk, and a chunk size in bytes to buffer interally before calling the supplied function.

This package is meant for the AWS SDK for JavaScript to enable reading a stream with consistent chunk sizes.