Skip to content

tadashiy1012/buf-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

It provides operations to the binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published