public class DataTypeUtil
extends java.lang.Object
| Constructor and Description |
|---|
DataTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static long |
bitToLong(byte[] bytes,
int offset,
int length)
Interpret a BIT value as a long.
|