Skip to main content

alphaTab.io.IOHelper

(no description)

 class IOHelper

Methods​

decodeUInt32LE​

(no description)

static decodeUInt32LE(data: Uint8Array, index: number): number
ParameterSummary
dataAll

(no description)

indexAll

(no description)

isLeadingSurrogate​

(no description)

static isLeadingSurrogate(charCode: number): boolean
ParameterSummary
charCodeAll

(no description)

isTrailingSurrogate​

(no description)

static isTrailingSurrogate(charCode: number): boolean
ParameterSummary
charCodeAll

(no description)

iterateCodepoints​

(no description)

static iterateCodepoints(input: string): Generator<number, void, unknown>
ParameterSummary
inputAll

(no description)

read8BitChars​

(no description)

static read8BitChars(input: IReadable, length: number): string
ParameterSummary
inputAll

(no description)

lengthAll

(no description)

read8BitString​

(no description)

static read8BitString(input: IReadable): string
ParameterSummary
inputAll

(no description)

read8BitStringLength​

(no description)

static read8BitStringLength(input: IReadable, length: number): string
ParameterSummary
inputAll

(no description)

lengthAll

(no description)

readByteArray​

(no description)

static readByteArray(input: IReadable, length: number): Uint8Array
ParameterSummary
inputAll

(no description)

lengthAll

(no description)

readFloat32BE​

(no description)

static readFloat32BE(readable: IReadable): number
ParameterSummary
readableAll

(no description)

readFloat64BE​

(no description)

static readFloat64BE(readable: IReadable): number
ParameterSummary
readableAll

(no description)

readInt16​

(no description)

static readInt16(input: Uint8Array, index: number): number
ParameterSummary
inputAll

(no description)

indexAll

(no description)

readInt16BE​

(no description)

static readInt16BE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readInt16LE​

(no description)

static readInt16LE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readInt24​

(no description)

static readInt24(input: Uint8Array, index: number): number
ParameterSummary
inputAll

(no description)

indexAll

(no description)

readInt32BE​

(no description)

static readInt32BE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readInt32LE​

(no description)

static readInt32LE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readInt64LE​

(no description)

static readInt64LE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readSInt8​

(no description)

static readSInt8(input: IReadable): number
ParameterSummary
inputAll

(no description)

readUInt16BE​

(no description)

static readUInt16BE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readUInt16LE​

(no description)

static readUInt16LE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readUInt32BE​

(no description)

static readUInt32BE(input: IReadable): number
ParameterSummary
inputAll

(no description)

readUInt32LE​

(no description)

static readUInt32LE(input: IReadable): number
ParameterSummary
inputAll

(no description)

stringToBytes​

(no description)

static stringToBytes(str: string): Uint8Array
ParameterSummary
strAll

(no description)

toString​

(no description)

static toString(data: Uint8Array, encoding: string): string
ParameterSummary
dataAll

(no description)

encodingAll

(no description)

writeFloat32BE​

(no description)

static writeFloat32BE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)

writeInt16BE​

(no description)

static writeInt16BE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)

writeInt16LE​

(no description)

static writeInt16LE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)

writeInt32BE​

(no description)

static writeInt32BE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)

writeInt32LE​

(no description)

static writeInt32LE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)

writeUInt16LE​

(no description)

static writeUInt16LE(o: IWriteable, v: number): void
ParameterSummary
oAll

(no description)

vAll

(no description)