@tubular/array-buffer-reader
v3.0.2
Published
Read from an array or ArrayBuffer like a binary input stream.
Downloads
50
Maintainers
Readme
ArrayBuffer Reader
Provides a class for reading a byte array or ArrayBuffer as a binary stream.
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm run test
to execute the unit tests.