刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 | 2 months ago | |
---|---|---|
.. | ||
CHANGES | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
package.json | 2 months ago |
_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.