writeUtf8

expect open override fun writeUtf8(string: String, start: Int, endExclusive: Int)

Write string as UTF-8 encoded bytes to this sink starting at start index up to endExclusive index.

actual open override fun writeUtf8(string: String, start: Int, endExclusive: Int)

Write UTF8-bytes of string to this sink starting at start index up to endExclusive index.