|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aelitis.azureus.core.util.UUIDGenerator
public class UUIDGenerator
Constructor Summary | |
---|---|
UUIDGenerator()
|
Method Summary | |
---|---|
static byte[] |
generateUUID()
128 bit UUID using random method |
static java.lang.String |
generateUUIDString()
129 byte random UUID formatted as standard 36 char hex and hyphen string |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UUIDGenerator()
Method Detail |
---|
public static byte[] generateUUID()
public static java.lang.String generateUUIDString()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |