Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ readByte
Method
readByte
packages/alphatab/src/io/BitReader.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
public readByte(): number {
20
return
this.readBits(8);
21
}
22
23
public readBytes(count: number): Uint8Array {
24
const
bytes: Uint8Array =
new
Uint8Array(count);
Callers
2
readBytes
Method · 0.95
readAll
Method · 0.95
Calls
1
readBits
Method · 0.95
Tested by
no test coverage detected