bireader 1.0.36 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/lib/cjs/index.d.ts +232 -230
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +277 -220
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +232 -230
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/index.mjs +312 -219
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -387,6 +387,18 @@ Common functions for setup, movement, manipulation and math shared by both.
|
|
|
387
387
|
<td>close(), done(), finished()</td>
|
|
388
388
|
</tr>
|
|
389
389
|
<th align="center" colspan="4"><i>Movement</i></th>
|
|
390
|
+
<tr>
|
|
391
|
+
<td>Name</td>
|
|
392
|
+
<td>align(<b>number</b>)</td>
|
|
393
|
+
<td align="center">Aligns byte position to number.</td>
|
|
394
|
+
<td ><b>Note:</b> Errors in strict mode when change is outside of data size.</td>
|
|
395
|
+
</tr>
|
|
396
|
+
<tr>
|
|
397
|
+
<td>Name</td>
|
|
398
|
+
<td>alignRev(<b>number</b>)</td>
|
|
399
|
+
<td align="center">Reverse aligns byte position to number.</td>
|
|
400
|
+
<td ><b>Note:</b> Errors in strict mode when change is outside of data size.</td>
|
|
401
|
+
</tr>
|
|
390
402
|
<tr>
|
|
391
403
|
<td>Name</td>
|
|
392
404
|
<td>skip(<b>bytes</b>, bits)</td>
|