decodeBytes

abstract fun decodeBytes(data: ByteArray): ByteArray

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

Return

Raw bytes decoded from data.

Parameters

data

Data to decode using this adapter.