This package has been deprecated

Author message:

No Maintainance. Will be removed August 31st

suckstream

0.1.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i suckstream

      Weekly Downloads

      3

      Version

      0.1.1

      License

      none

      Last publish

      Collaborators

      • dbnpm