Skip to content

mcurcio/binpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binpack

Build Status

Binary packing/unpacking for node.js

Reader

Reader objects allow for simplified unpacking of binary (buffer) data. data can be "written" into the Reader, and then read using a variety of typed convenience methods.

Example:

let reader = new Reader([0x45, 0x23, 56, 127]);
let firstByte = reader.uint8();
let nextShort = reader.uint16le();

About

Binary packing/unpacking for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published