writeUnihexFile

open fun writeUnihexFile(@NotNull path: @NotNull Path)

Writes these unihex glyphs to a Path.

Parameters

path

The path to write to

Throws

If an I/O error occurs


open fun writeUnihexFile(): @NotNull Array<Byte>

Writes these unihex glyphs to a byte array.

Return

The byte array

Throws

If an I/O error occurs


open fun writeUnihexFile(@NotNull out: @NotNull OutputStream)

Writes these unihex glyphs to an OutputStream.

Parameters

out

The output stream to write to

Throws

If an I/O error occurs