decode

open fun decode(data: Raw): ByteArray

Decode the provided raw data from the encoding implemented by this encoder; return a raw ByteArray of the resulting data.

Return

Decoded raw data array.

Parameters

data

Encoded data to decode.