-
Notifications
You must be signed in to change notification settings - Fork 58
Home
Ingvar Stepanyan edited this page Aug 23, 2013
·
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.
- 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!