ktor-io / io.ktor.utils.io.charsets / java.nio.charset.CharsetEncoder / encodeToByteArrayImpl
encodeToByteArrayImpl
fun CharsetEncoder.encodeToByteArrayImpl(input: CharSequence, fromIndex: Int = 0, toIndex: Int = input.length): ByteArray
Deprecated: Internal API. Will be hidden in future releases. Use encodeToByteArray instead.