Class CFUUID

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFUUID
    extends CFType
    • Constructor Detail

      • CFUUID

        protected CFUUID()
    • Method Detail

      • create

        public static CFUUID create()
      • create

        public static CFUUID create​(byte byte0,
                                    byte byte1,
                                    byte byte2,
                                    byte byte3,
                                    byte byte4,
                                    byte byte5,
                                    byte byte6,
                                    byte byte7,
                                    byte byte8,
                                    byte byte9,
                                    byte byte10,
                                    byte byte11,
                                    byte byte12,
                                    byte byte13,
                                    byte byte14,
                                    byte byte15)
      • create

        public static CFUUID create​(java.lang.String uuidStr)
      • asString

        public java.lang.String asString()
      • getConstantUUID

        public static CFUUID getConstantUUID​(byte byte0,
                                             byte byte1,
                                             byte byte2,
                                             byte byte3,
                                             byte byte4,
                                             byte byte5,
                                             byte byte6,
                                             byte byte7,
                                             byte byte8,
                                             byte byte9,
                                             byte byte10,
                                             byte byte11,
                                             byte byte12,
                                             byte byte13,
                                             byte byte14,
                                             byte byte15)
      • getClassTypeID

        public static long getClassTypeID()
      • create

        public static CFUUID create​(CFAllocator alloc,
                                    byte byte0,
                                    byte byte1,
                                    byte byte2,
                                    byte byte3,
                                    byte byte4,
                                    byte byte5,
                                    byte byte6,
                                    byte byte7,
                                    byte byte8,
                                    byte byte9,
                                    byte byte10,
                                    byte byte11,
                                    byte byte12,
                                    byte byte13,
                                    byte byte14,
                                    byte byte15)
      • create

        public static CFUUID create​(CFAllocator alloc,
                                    java.lang.String uuidStr)
      • asString

        protected static java.lang.String asString​(CFAllocator alloc,
                                                   CFUUID uuid)
      • getConstantUUID

        protected static CFUUID getConstantUUID​(CFAllocator alloc,
                                                byte byte0,
                                                byte byte1,
                                                byte byte2,
                                                byte byte3,
                                                byte byte4,
                                                byte byte5,
                                                byte byte6,
                                                byte byte7,
                                                byte byte8,
                                                byte byte9,
                                                byte byte10,
                                                byte byte11,
                                                byte byte12,
                                                byte byte13,
                                                byte byte14,
                                                byte byte15)