open fun writeBigInteger(value: BigInteger, bitLength: Int): Unit
Write a big integer to the output.
value - the integer to write
value
bitLength - the bit length of the integer value
bitLength
IllegalArgumentException - if the value is too large for the specified bit length
IllegalArgumentException