0.1.1 • Published 11 years ago

suckstream v0.1.1

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

SuckStream

This is a simple utility, that takes a Readable Stream and sucks it into a Buffer.

 var suck = require('suckstream');
 suck(stream, function(err, buffer) {
   // I now have a Buffer
 });

This works for both Old-Style (Node < 0.9) and New-Style (Node 0.9+) streams.

0.1.1

11 years ago

0.1.0

11 years ago