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

Method read

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

* Reads the given number of bytes from the stream into the given buffer. * @param buffer The buffer to fill. * @param offset The offset in the buffer where to start writing. * @param count The number of bytes to read. * @returns

(buffer: Uint8Array, offset: number, count: number)

Source from the content-addressed store, hash-verified

40 * @returns
41 */
42 read(buffer: Uint8Array, offset: number, count: number): number;
43
44 /**
45 * Reads the remaining data.

Callers 15

readMethod · 0.65
writeSamplesMethod · 0.65
readChordMethod · 0.65
gpReadStringMethod · 0.65
readScoreMethod · 0.65
readFloat32BEMethod · 0.65
readFloat64BEMethod · 0.65
readInt64LEMethod · 0.65
readByteArrayMethod · 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