com.mchange.lang
Class DoubleUtils

java.lang.Object
  extended by com.mchange.lang.DoubleUtils

public final class DoubleUtils
extends Object


Constructor Summary
DoubleUtils()
           
 
Method Summary
static byte[] byteArrayFromDouble(double f)
           
static double doubleFromByteArray(byte[] b, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleUtils

public DoubleUtils()
Method Detail

byteArrayFromDouble

public static byte[] byteArrayFromDouble(double f)

doubleFromByteArray

public static double doubleFromByteArray(byte[] b,
                                         int offset)