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

Method writeByte

packages/alphatab/src/io/IWriteable.ts:15–15  ·  view source on GitHub ↗

* Write a single byte to the stream. * @param value The value to write.

(value: number)

Source from the content-addressed store, hash-verified

13 * @param value The value to write.
14 */
15 writeByte(value: number): void;
16
17 /**
18 * Write data from the given buffer.

Callers 15

decompressMethod · 0.65
writeForScoreMethod · 0.65
writeToMethod · 0.65
writeForScoreMethod · 0.65
gpWriteStringMethod · 0.65
writeToMethod · 0.65
writeToFunction · 0.65
writeEventDataMethod · 0.65
writeEventDataMethod · 0.65
writeToMethod · 0.65
writeToMethod · 0.65
writeToMethod · 0.65

Implementers 1

ByteBufferpackages/alphatab/src/io/ByteBuffer.ts

Calls

no outgoing calls

Tested by

no test coverage detected