MAX_BYTES

const val MAX_BYTES: Int = 5

Maximum encoded length of a 32-bit value: ceil(32 / 7) = 5 bytes.