List of utility methods to do Big Endian to Short Convert
return (short) ((array[start + 0] << 8) | (array[start + 1] & 0xFF));