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

setMediumLE

open fun setMediumLE(pos: Int, i: Int): Buffer

Sets the 24bit int at position pos in the Buffer to the value i. in the Little Endian Byte Order

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

Parameters

pos -

i -

Return