data: a string (values between 0 and 255) that contains packed uint32 numbers
startUint32Index: the zero-based index from which on data should be unpacked (from data[4*startUint32Index+1+additionalByteOffset]). Can be omitted in which case 0 is used
uint32Count: the amount of uint32s that should be unpacked. Can be omitted in which case 0 is used (which indicates that the maximum of uint32s should be unpacked from the indicated startUint32Index)
additionalByteOffset: a byte offset that will be added before reading the uint32s. Can be omitted, in which case 0 is used. |