TMXUtils.decodeBase64AsArray
decodeBase64AsArray(input: string, bytes: number) → {Uint32Array}
Decode a base64 encoded string into a byte array
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
input | string |
Base64 encoded data |
||
bytes | number |
<optional> |
1 |
number of bytes per array entry |
Type | Description |
---|---|
Uint32Array |
Decoded data |