open fun setUnsignedIntLE(pos: Int, i: Long): Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
int
pos
i
The buffer will expand as necessary to accommodate any value written.
pos -
i -
Return