buffer-helpers

0.0.2 • Public • Published

Node Buffer helper functions

Install

npm install buffer-helpers

Usage

require('buffer-helpers');

Helper functions will be loaded onto Buffer.prototype

  • isEqualTo(buf) - compares calling buffer to buf and returns true if they are equal
  • extractSubsets(startDelim, endDelim) - returns an array of Buffers containing all of the occurences between startDelim and endDelim
  • extractSubsetsRecursive(startDelim, endDelim) - a recursive version

License

MIT http://opensource.org/licenses/mit-license.php

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i buffer-helpers

      Weekly Downloads

      94

      Version

      0.0.2

      License

      none

      Last publish

      Collaborators

      • tejohnso