public final class GUIDReader extends Object
Modifier and Type | Method and Description |
---|---|
static GUID |
getGUID(byte[] guid)
Get GUID from byte array representation
|
static GUID |
getGUID(String guid)
Get GUID from String representation
|
static GUID |
getGUIDUnsafe(String guid)
Get GUID from String representation
|
public static final GUID getGUID(String guid) throws InvalidGuidOperationException
guid
- the String representation of the GUIDInvalidGuidOperationException
- if the String is malformedpublic static final GUID getGUIDUnsafe(String guid)
guid
- the String representation of the GUIDInvalidGuidOperationException
- if the String is malformedpublic static final GUID getGUID(byte[] guid) throws InvalidGuidOperationException
guid
- the byte array representation of the GUIDInvalidGuidOperationException
- if the byte array is malformedCopyright © 2018 Vitam. All rights reserved.