bigEndianToInt

fun bigEndianToInt(data: ByteArray, offset: Int = 0): Int

Decode a 32-bit unsigned value from 4 bytes big-endian.