open fun writeInt(value: Int, bitLength: Int): Unit
Write a two's-compliment 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