Package io.sunshower.lang.primitives
Class Doubles
java.lang.Object
io.sunshower.lang.primitives.Doubles
Created by haswell on 4/29/16.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final double[]
fromByteArray
(byte[] floats) static final byte[]
toByteArray
(double[] ds)
-
Constructor Details
-
Doubles
public Doubles()
-
-
Method Details
-
toByteArray
public static final byte[] toByteArray(double[] ds) -
fromByteArray
public static final double[] fromByteArray(byte[] floats)
-