buf-processor

1.0.2 • Public • Published

Build Status

buf-processor

It provides operations to the binary

Installation

npm install buf-processor

Example

var Processor = require('buf-processor');
var buf = new Uint8Array([1, 2, 3, 0xff]);
var proc = new Processor(buf);
var str = proc.readAsHexString(0, 1); // '01'
var idx = proc.indexOf('01'); // 0

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i buf-processor

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • tadashiy1012