open fun writeUInt16(value: Int): Unit
Write a 16-bit unsigned integer to the output.
value - Int: the integer to write
value
IllegalArgumentException - If the value is too large to be represented in 16 bits
IllegalArgumentException