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

setShort

open fun setShort(pos: Int, s: Short): Buffer

Sets the 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