-
Notifications
You must be signed in to change notification settings - Fork 56
Home
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.
- 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
- Usage
- Loading/saving data (working with external data storages)
-
Typesets
- Standard types
- Custom types
- Ready-to-use typesets