open fun setLong(pos: Int, l: Long): Buffer
Sets the long at position pos in the Buffer to the value l.
long
pos
l
The buffer will expand as necessary to accommodate any value written.
pos -
l -
Return