Ejemplo n.º 1
0
 public void addInt16(Int16 value, int reversed)
 {
     packet.append(NumericalUtils.int16ToByteArray(value, reversed));
 }