Package fr.gouv.vitam.common.guid
Class GUIDReader
java.lang.Object
fr.gouv.vitam.common.guid.GUIDReader
GUUID Reader
-
Method Summary
-
Method Details
-
getGUID
Get GUID from String representation- Parameters:
guid
- the String representation of the GUID- Returns:
- the GUID
- Throws:
InvalidGuidOperationException
- if the String is malformed
-
getGUIDUnsafe
Get GUID from String representation- Parameters:
guid
- the String representation of the GUID- Returns:
- the GUID
- Throws:
InvalidGuidOperationException
- if the String is malformed
-
getGUID
Get GUID from byte array representation- Parameters:
guid
- the byte array representation of the GUID- Returns:
- the GUID
- Throws:
InvalidGuidOperationException
- if the byte array is malformed
-