encodeToCharArray

@JvmStatic
fun ByteArray.encodeToCharArray(encoder: Encoder<*>): CharArray(source)

Encodes a ByteArray for the provided encoder and returns the encoded data in the form of a CharArray.

Throws

if the encoded output exceeds Int.MAX_VALUE.