Class GUIDReader


  • public final class GUIDReader
    extends java.lang.Object
    GUUID Reader
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GUID getGUID​(byte[] guid)
      Get GUID from byte array representation
      static GUID getGUID​(java.lang.String guid)
      Get GUID from String representation
      static GUID getGUIDUnsafe​(java.lang.String guid)
      Get GUID from String representation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGUIDUnsafe

        public static final GUID getGUIDUnsafe​(java.lang.String guid)
        Get GUID from String representation
        Parameters:
        guid - the String representation of the GUID
        Returns:
        the GUID
        Throws:
        InvalidGuidOperationException - if the String is malformed