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

Method fromString

packages/alphatab/src/io/ByteBuffer.ts:39–42  ·  view source on GitHub ↗
(contents: string)

Source from the content-addressed store, hash-verified

37 }
38
39 public static fromString(contents: string): ByteBuffer {
40 const byteArray: Uint8Array = IOHelper.stringToBytes(contents);
41 return ByteBuffer.fromBuffer(byteArray);
42 }
43
44 public reset(): void {
45 this.position = 0;

Callers 3

lookupTestFunction · 0.80
texMethod · 0.80
generateFileFunction · 0.80

Calls 2

stringToBytesMethod · 0.80
fromBufferMethod · 0.80

Tested by 1

lookupTestFunction · 0.64