-
Notifications
You must be signed in to change notification settings - Fork 57
Home
Ingvar Stepanyan edited this page Apr 8, 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.
- 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!
- General API
- Loading/saving data
-
Typesets
- Standard types
- Custom types
- Ready-to-use typesets
- Usage