public final class GUIDUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toGUID(long p1,
int p2,
int p3,
int p4,
long p5)
Create a GUID.
|
static String |
toString(byte[] guid)
Create a String representation of a GUID.
|
public static byte[] toGUID(long p1,
int p2,
int p3,
int p4,
long p5)
public static String toString(byte[] guid)
Copyright © 2019. All rights reserved.