write Integer On
Write a nybble-coded Int in a variable-sized format to the NybbleOutputStream. Small values take only one nybble, and we can represent any int up to Integer.MAX_VALUE.
Parameters
an Integer
The integer to write.
a Stream
The stream on which to write the integer.