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