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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ let i3 = buffer.readUInt32LE(3);
25
25
let i4 =buffer.readDoubleBE(7);
26
26
```
27
27
28
-
**With `Ginkgoch Buffer Reader`, it automatically manages the read position for you. You don't need to remember the position and the boring type length calculations.**
28
+
**With `Ginkgoch Buffer Reader`**
29
+
It automatically manages the read position for you. You don't need to remember the position and the boring type length calculations.
0 commit comments