public void addInt16(Int16 value, int reversed) { packet.append(NumericalUtils.int16ToByteArray(value, reversed)); }