BinaryStreamΒΆ
A BinaryStream
provides a stream of binary data. BinaryStream
is a JavaScript object with the following properties:
data
:Uint8Array
with the binary data.
A BinaryStream
provides a stream of binary data. BinaryStream
is a JavaScript object with the following properties:
data
: Uint8Array
with the binary data.