open fun setByte(pos: Int, b: Byte): Buffer
Sets the 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