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

setUnsignedShortLE

open fun setUnsignedShortLE(pos: Int, s: Int): Buffer

Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.

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

Parameters

pos -

s -

Return