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

appendShortLE

open fun appendShortLE(s: Short): Buffer

Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.

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

Parameters

s -

Return