Sets the specified 2-byte UTF-16 character at the current {@code writerIndex} and increases the {@code writerIndex} by {@code 2}in this buffer. The 16 high-order bits of the specified value are ignored.
@throws IndexOutOfBoundsException if {@code this.writableBytes} is less than {@code 2}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.