Skip to content

Commit 7ae96d9

Browse files
committed
docs
1 parent 7bd54d2 commit 7ae96d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binary_reader.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export class BinaryReader {
99
constructor(private buffer: Uint8Array) {}
1010

1111
/**
12-
*
12+
* Rewinds the buffer/DataView byteOffset by numBytes bytes.
13+
* @param numBytes The number of bytes to rewind.
1314
*/
1415
rewind(numBytes: number): void {
1516
if (this.#position - numBytes < 0) {

0 commit comments

Comments
 (0)