Whether the number this instance is working with has changed started working with it.
Get the current uint32 number that this instance is currently working with.
Replace the current uint32 number that this instance is currently working with.
Copies the bytes in src into the current uint32 number starting at byte position 0 and ending at
3. If src cannot provide 4 bytes of data only as much as possible with be copied.
Src array to copy from
Offset in src to copy from
Uint32Bytes instance.
Copies the bytes values of the current uint32 number into dst. If dst
cannot accomodate all the numbers only so many numbers are copied that can fit in dst.
Destination array to write numbers to
offset dst to write numbers to
dst.
Get the value at the byte offset specified by offset.
byte offset in the current uint32 number. 0 .. 3
Byte value at offset
Set the value at the byte offset specified by offset.
byte offset in the current uint32 number. 0 .. 3
byte value to set. Should be 0..255
Provides methods to manipulate and read individual and bytes in the uint3. of a typed array
Uint32Array.