open fun setUnsignedByte(pos: Int, b: Short): Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
byte
pos
b
The buffer will expand as necessary to accommodate any value written.
pos -
b -
Return