vertx / io.vertx.reactivex.core.buffer / Buffer / setUnsignedInt

setUnsignedInt

open fun setUnsignedInt(pos: Int, i: Long): Buffer

Sets the unsigned int at position pos in the Buffer to the value i.

The buffer will expand as necessary to accommodate any value written.

Parameters

pos -

i -

Return