writeUTF

suspend fun ByteWriteChannel.writeUTF(s: String): Unit

Deprecated: Use writeStringUtf8 instead

See java.io.DataOutput.writeUTF