List of utility methods to do Double to Byte Array Convert
long intBits = Double.doubleToLongBits(data); return getBytes(intBits);