MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / readByte

Method readByte

packages/alphatab/src/io/IReadable.ts:33–33  ·  view source on GitHub ↗

* Read a single byte from the data stream. * @returns The value of the next byte or -1 if there is no more data.

()

Source from the content-addressed store, hash-verified

31 * @returns The value of the next byte or -1 if there is no more data.
32 */
33 readByte(): number;
34
35 /**
36 * Reads the given number of bytes from the stream into the given buffer.

Callers 15

decompressMethod · 0.65
constructorMethod · 0.65
_readMethod · 0.65
constructorMethod · 0.65
readScoreMethod · 0.65
readPlaybackInfosMethod · 0.65
readMasterBarMethod · 0.65
readTrackMethod · 0.65
readBarMethod · 0.65
readBeatMethod · 0.65
readChordMethod · 0.65

Implementers 2

ByteBufferpackages/alphatab/src/io/ByteBuffer.ts
ThrowingReadablepackages/alphatab/src/io/IReadable.ts

Calls

no outgoing calls

Tested by

no test coverage detected