MCPcopy 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

readBytesMethod · 0.95
readAllMethod · 0.95

Calls 1

readBitsMethod · 0.95

Tested by

no test coverage detected