public class DoubleByteTool extends Object
| Constructor and Description |
|---|
DoubleByteTool() |
| Modifier and Type | Method and Description |
|---|---|
static double |
fromBytes(byte[] bytes,
int offset) |
static double |
fromComparableBytes(byte[] comparableBytes,
int offset) |
static List<Double> |
fromDoubleByteArray(byte[] bytes,
int startIdx) |
static byte[] |
getBytes(double in) |
static byte[] |
getDoubleByteArray(List<Double> valuesWithNulls) |
static int |
toBytes(double in,
byte[] bytes,
int offset) |
static byte[] |
toComparableBytes(double value) |
public static byte[] toComparableBytes(double value)
public static double fromComparableBytes(byte[] comparableBytes,
int offset)
public static byte[] getBytes(double in)
public static int toBytes(double in,
byte[] bytes,
int offset)
public static double fromBytes(byte[] bytes,
int offset)
Copyright © 2009–2021. All rights reserved.