Package version
This class generates a readable stream from the data in an array of buffers.
Creates an instance of BuffersStream that will emit the data contained in the array of buffers.
Array of buffers containing the data
The total length of data contained in the buffers
Internal _read() that will be called when the stream wants to pull more data in.
Optional. The size of data to be read
Generated using TypeDoc
This class generates a readable stream from the data in an array of buffers.