Upsilon-VsCode/Client/node_modules/streamifier
Deukhoofd 95cff6f702
Initial
2019-02-17 18:07:28 +01:00
..
lib Initial 2019-02-17 18:07:28 +01:00
CHANGES Initial 2019-02-17 18:07:28 +01:00
LICENSE Initial 2019-02-17 18:07:28 +01:00
README.md Initial 2019-02-17 18:07:28 +01:00
package.json Initial 2019-02-17 18:07:28 +01:00

README.md

streamifier

Converts a Buffer/String into a readable stream

npm

module.createReadStream(object[, options]) : Readable

Returns a Readable stream.

The object can be of any data type. If it is a Buffer or a string, the available options are highWaterMark and encoding, otherwise the Readable stream is automatically set in object mode and the options parameter is ignored.