joinbuffers

0.1.1 • Public • Published

joinBuffers Build Status

takes an array of small buffers and copies them into a single big one

installation

npm install joinbuffers

example

var joinBuffers = require('joinbuffers')
var smallBuffers = [new Buffer('1'), new Buffer('2')];
var bigBuffer = joinBuffers(smallBuffers);
console.log(bigBuffer.toString('utf8')); // prints 12

license

public domain

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i joinbuffers

      Weekly Downloads

      2

      Version

      0.1.1

      License

      public domain

      Last publish

      Collaborators

      • bonuspunkt