decode

expect fun decode(hexData: String): ByteArray

Decodes string in Hex to buffer.

Return

buffer with decoded data

Parameters

hexData

string to decode

actual fun decode(hexData: String): ByteArray

Decodes string in Hex to byte array.

Return

byte array with decoded data

Parameters

hexData

string to decode

actual external fun decode(hexData: String): ByteArray

Decodes string in Hex to byte array.

Return

byte array with decoded data

Parameters

hexData

string to decode