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

Method skip

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

* Skip the given number of bytes. * @param offset The number of bytes to skip.

(offset: number)

Source from the content-addressed store, hash-verified

25 * @param offset The number of bytes to skip.
26 */
27 skip(offset: number): void;
28
29 /**
30 * Read a single byte from the data stream.

Callers 15

readScoreMethod · 0.65
readPageSetupMethod · 0.65
readPlaybackInfosMethod · 0.65
readMasterBarMethod · 0.65
readTrackMethod · 0.65
readChordMethod · 0.65
readBeatEffectsMethod · 0.65
_readRseBankMethod · 0.65
readGraceMethod · 0.65
gpReadColorMethod · 0.65
gpReadStringIntUnusedMethod · 0.65
_readEntryMethod · 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