concat-stream

node package manager npm On-Site npm Private Packages npm Open Source documentation support sign up or log in concat-stream writable stream that concatenates strings or binary data and calls a callback with the result If you are a robot, enter text here concat-stream Writable stream that concatenates all the data from a stream and calls a callback with the result. Use this when you want to collect all the data from a stream into a single buffer. description Streams emit many buffers. If you want to collect all of the buffers, and when the stream ends concatenate all of the buffers together and receive a single buffer then this is the module for you. Only use this if you know you can fit all of the output of your stream into a single Buffer (e.g. in RAM). There are also objectMode streams that emit things other than Buffers, and you can conca...

Linked on 2015-12-02 20:20:05 | Similar Links