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

appendUnsignedByte

open fun appendUnsignedByte(b: Short): Buffer

Appends the specified unsigned byte to the end of the Buffer. The buffer will expand as necessary to accommodate any bytes written.

Returns a reference to this so multiple operations can be appended together.

Parameters

b -

Return