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

setLong

open fun setLong(pos: Int, l: Long): Buffer

Sets the long at position pos in the Buffer to the value l.

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

Parameters

pos -

l -

Return