Companion

object Companion

Functions

Link copied to clipboard
fun writeIntegerOn(anInteger: Int, aStream: NybbleOutputStream)

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.