Sets the specified 16-bit short integer at the specified absolute
{@code index} in this buffer. The 16 high-order bits of the specified
value are ignored.
This method does not modify {@code readerIndex} or {@code writerIndex} of
this buffer.
@throws IndexOutOfBoundsException
if the specified {@code index} is less than {@code 0} or
{@code index + 2} is greater than {@code this.capacity}
Sets the specified 16-bit short integer at the specified absolute {@code index} in this buffer. The 16 high-order bits of the specified value are ignored. This method does not modify {@code readerIndex} or {@code writerIndex} of this buffer.
@throws IndexOutOfBoundsException if the specified {@code index} is less than {@code 0} or {@code index + 2} is greater than {@code this.capacity}