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

setUnsignedByte

open fun setUnsignedByte(pos: Int, b: Short): Buffer

Sets the unsigned byte at position pos in the Buffer to the value b.

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

Parameters

pos -

b -

Return