public class GuidLib
extends java.lang.Object
| Constructor and Description |
|---|
GuidLib() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
accessBytesToGuidString(byte[] bytes)
Converts the bytes stored in a Microsoft Access GUID type field into
a more-or-less standard string representation.
|
static java.lang.String |
bytesToGuidString(byte[] bytes)
Converts the given bytes without changing order into the standard hexadecimal String format.
|
public static java.lang.String accessBytesToGuidString(byte[] bytes)
public static java.lang.String bytesToGuidString(byte[] bytes)