putUnsignedShort

fun ByteBuffer.putUnsignedShort(position: Int, value: Int)


fun ByteBuf.putUnsignedShort(value: Int)

Deprecated

Replace with

this.writeShortLE(value)