Returns a Readable stream containing the data from the specified Buffer.
Readable
Buffer
The Buffer containing the data to be streamed.
Returns a Buffer containing the data from the specified Readable.
The Readable containing the data to be buffered.
Generated using TypeDoc
Returns a
Readable
stream containing the data from the specifiedBuffer
.