open fun writeUInt8List(vararg elements: Int): Unit (source)open fun writeUInt8List(elements: MutableList<Int>): Unit (source)
Write a list of 8-bit unsigned integers.
elements - the integers to write as a list
IllegalArgumentException - if any values are too large to be represented in 8 bits