decode

expect open override fun decode(data: Base64Data): 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.