org.lobobrowser.util
public class ID extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
generateInt() |
static long |
generateLong() |
static long |
getGlobalProcessID()
Gets a process ID that is nearly guaranteed to be globally unique.
|
static java.lang.String |
getHexString(byte[] bytes) |
static byte[] |
getMD5Bytes(java.lang.String content) |
static int |
random(int min,
int max) |
public static long generateLong()
public static int generateInt()
public static byte[] getMD5Bytes(java.lang.String content)
public static java.lang.String getHexString(byte[] bytes)
public static long getGlobalProcessID()
public static int random(int min, int max)