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

setLongLE

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

Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.

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

Parameters

pos -

l -

Return