You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*``structure`` is ``Object`` with keys as field names and bit-sizes of each value (functions returning bit-sizes can be used as well); can contain sub-structures inside.
23
+
*``bitField`` is starting binary shift (if needed).
24
+
* BitField values are returned as unsigned integer (so you can work with them using simple JavaScript binary operators).
25
+
* Left-to-right (like big-endian) mode is the only supported for now.
26
+
* BitField structures are always padded to one byte after parsing.
21
27
22
28
jParser Methods:
23
29
@@ -51,14 +57,32 @@ var parser = new jParser(file, {
0 commit comments