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

setUnsignedShort

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

Sets the unsigned short at position pos in the Buffer to the value s.

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

Parameters

pos -

s -

Return