decodeNumber

fun decodeNumber(input: ByteVector, maximumSize: Int = 4): Long
fun decodeNumber(input: ByteArray, maximumSize: Int = 4): Long