Class CFUUID

All Implemented Interfaces:
AutoCloseable

public class CFUUID
extends CFType
  • Constructor Details

    • CFUUID

      protected CFUUID()
  • Method Details

    • 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​(String uuidStr)
    • asString

      public 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)
    • create

      public static CFUUID create​(CFUUIDBytes bytes)
    • getClassTypeID

      public static long getClassTypeID()
    • create

      public static CFUUID create​(CFAllocator alloc)
    • 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, String uuidStr)
    • asString

      protected static 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)
    • getUUIDBytes

      public CFUUIDBytes getUUIDBytes()
    • create

      public static CFUUID create​(CFAllocator alloc, CFUUIDBytes bytes)