Blob:getU32

Edit

Returns unsigned 32-bit integers from the data in the Blob.

... = Blob:getU32(offset, count)

Arguments

NameTypeDefaultDescription
offsetnumber0 A non-negative byte offset to read from.
countnumber1 The number of integers to read.

Returns

NameTypeDescription
...number count unsigned 32-bit integers, from 0 to 4294967296.

See also