writeChar

open fun writeChar(    value: Int,     encoding: StringEncoding = defaultStringEncoding,     byteOrder: ByteOrder = defaultByteOrder)

Writes code point value with specified byteOrder into the stream.