open fun writeUInt8(value: Int): Unit
Write an 8-bit unsigned integer to the output.
value - Int: the integer to write
value
IllegalArgumentException - if the value is too large to be represented in 8 bits
IllegalArgumentException