npm.io
1.0.0 • Published 6 years ago

memory-stream v1.0.0

Weekly downloads
65,359
License
MIT
Repository
github
Last release
6 years ago

memory-stream

Node.js streams implementation for buffered memory writes.

Usage

var fs = require('fs');
var MemoryStream = require('memory-stream');

var rs = fs.createReadStream('source.txt');
var ws = new MemoryStream();

ws.on('finish', function() {
  console.log(ws.toString());
});

rs.pipe(ws);
streamsmemorybuffer
readable-stream
@infinitebrahmanuniverse/nolb-mem@everything-registry/sub-chunk-2154wanashare@pergy/cmake-jsjamp3jaxcore-speechharaka-secwrapmcfly-semantic-release@wireio/node-abieos@ajm/cmake-js@aminya/cmake-tssttstt-tflite@mozilla-voice/stt@mozilla-voice/stt-cuda@mozilla-voice/stt-tflite@pirxpilot/cmake-js@reubenmorais/scope-testmozilla_voice_sttmozilla_voice_stt_cudamozilla_voice_stt_tflitemixdown-streaming-clioditofficiisscachetpreact-deepspeechnode-xlsx2jsoncmake-tscmake-jscmake-js-avatardeepspeechdeepspeech-gpudeepspeech-tflitebao-png-zipberliozaws-sdk-wrapperaws-sqs-streamboost-lib@sergeyfromhell/cmake-jselectron-cmake-jsexiftool-json-dbfontana@felixrieseberg/cmake-js@nornagon/cmake-js@iarahealth/stt@iarastt/stt@gjasny/cmake-js@dry-software/cmake-js
1.0.0

6 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

contact@npm.io