TMXUtils.decode

decode(data: string, encoding: string) → {Array<number>}

Decode a encoded array into a binary array

Parameters:
Name Type Attributes Default Description
data string

data to be decoded

encoding string

<optional>

"none"

data encoding ("csv", "base64", "xml")

Returns:
Type Description
Array<number>

Decoded data

Powered by webdoc!