import io.netty.buffer.ByteBuf; ByteBuf buf = ... // obtain ByteBuf object int value = buf.readUnsignedShort();
This dependency will include the entire Netty library, including the `io.netty.buffer` package and the `ByteBuf` class.io.netty netty-all 4.1.64.Final