open fun writeUBigInteger(value: BigInteger, bitLength: Int): Unit
(source)
Write an unsigned big integer to the output.
bitLength
- the bit length of the integer value
IllegalArgumentException
- if the value is too large for the specified bit length or the value is negative