writeCodePoint

open fun writeCodePoint(@NotNull out: @NotNull OutputStream, codePoint: Int)

Writes a code point in unihex format to an output stream.

Parameters

out

The output stream to write to

codePoint

The code point