public class SensoroUUID
extends java.lang.Object
Constructor and Description |
---|
SensoroUUID() |
Modifier and Type | Method and Description |
---|---|
static int |
byteArrayToInt(byte[] b)
将4字节的byte数组转成一个int值
|
static int |
byteArrayToInt(byte[] src,
int offset) |
static byte[] |
intToByteArray(int source,
int length) |