Class ID

java.lang.Object
org.lobobrowser.util.ID

public class ID extends Object
Author:
J. H. S.
  • Method Details

    • generateLong

      public static long generateLong()
    • generateInt

      public static int generateInt()
    • getMD5Bytes

      public static byte[] getMD5Bytes(String content)
    • getHexString

      public static String getHexString(byte[] bytes)
    • getGlobalProcessID

      public static long getGlobalProcessID()
      Gets a process ID that is nearly guaranteed to be globally unique.
    • random

      public static int random(int min, int max)