List of utility methods to do Byte Array to DWord
return fixSignedByte(btValue[0]) + (fixSignedByte(btValue[1]) << 8) + (fixSignedByte(btValue[2]) << 16) + (fixSignedByte(btValue[3]) << 24);