Skip to content
Ingvar Stepanyan edited this page Apr 30, 2014 · 8 revisions

jBinary makes it easy to work with binary files in JavaScript.

It works on top of jDataView binary processing library.

Was inspired by jParser and derived as new library with full set of I/O operations for manipulations on binary data in JavaScript.

Typical scenario

  • Create your custom types using jBinary.Type (if needed).
  • Describe type set with JavaScript-compatible declarative syntax.
  • Create jBinary instance from jDataView (or any underlying type) and your type set.
  • Use it!

Documentation

Clone this wiki locally