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

setByte

open fun setByte(pos: Int, b: Byte): Buffer

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