Class CoreFoundation

java.lang.Object
org.lwjgl.system.macosx.CoreFoundation

public class CoreFoundation extends Object
  • Field Details

    • TRUE

      public static final byte TRUE
      See Also:
    • FALSE

      public static final byte FALSE
      See Also:
    • kCFStringEncodingMacRoman

      public static final int kCFStringEncodingMacRoman
      See Also:
    • kCFStringEncodingWindowsLatin1

      public static final int kCFStringEncodingWindowsLatin1
      See Also:
    • kCFStringEncodingISOLatin1

      public static final int kCFStringEncodingISOLatin1
      See Also:
    • kCFStringEncodingNextStepLatin

      public static final int kCFStringEncodingNextStepLatin
      See Also:
    • kCFStringEncodingASCII

      public static final int kCFStringEncodingASCII
      See Also:
    • kCFStringEncodingUnicode

      public static final int kCFStringEncodingUnicode
      See Also:
    • kCFStringEncodingUTF8

      public static final int kCFStringEncodingUTF8
      See Also:
    • kCFStringEncodingNonLossyASCII

      public static final int kCFStringEncodingNonLossyASCII
      See Also:
    • kCFStringEncodingUTF16

      public static final int kCFStringEncodingUTF16
      See Also:
    • kCFStringEncodingUTF16BE

      public static final int kCFStringEncodingUTF16BE
      See Also:
    • kCFStringEncodingUTF16LE

      public static final int kCFStringEncodingUTF16LE
      See Also:
    • kCFStringEncodingUTF32

      public static final int kCFStringEncodingUTF32
      See Also:
    • kCFStringEncodingUTF32BE

      public static final int kCFStringEncodingUTF32BE
      See Also:
    • kCFStringEncodingUTF32LE

      public static final int kCFStringEncodingUTF32LE
      See Also:
    • kCFURLPOSIXPathStyle

      public static final int kCFURLPOSIXPathStyle
      See Also:
    • kCFURLHFSPathStyle

      public static final int kCFURLHFSPathStyle
      See Also:
    • kCFURLWindowsPathStyle

      public static final int kCFURLWindowsPathStyle
      See Also:
    • kCFAllocatorDefault

      public static final long kCFAllocatorDefault
      CFAllocatorRef kCFAllocatorDefault(void)
    • kCFAllocatorSystemDefault

      public static final long kCFAllocatorSystemDefault
      CFAllocatorRef kCFAllocatorSystemDefault(void)
    • kCFAllocatorMalloc

      public static final long kCFAllocatorMalloc
      CFAllocatorRef kCFAllocatorMalloc(void)
    • kCFAllocatorMallocZone

      public static final long kCFAllocatorMallocZone
      CFAllocatorRef kCFAllocatorMallocZone(void)
    • kCFAllocatorNull

      public static final long kCFAllocatorNull
      CFAllocatorRef kCFAllocatorNull(void)
    • kCFAllocatorUseContext

      public static final long kCFAllocatorUseContext
      CFAllocatorRef kCFAllocatorUseContext(void)
  • Method Details

    • nCFRetain

      public static long nCFRetain(long cf)
      CFTypeRef CFRetain(CFTypeRef cf)
    • CFRetain

      public static long CFRetain(long cf)
      CFTypeRef CFRetain(CFTypeRef cf)
    • nCFRelease

      public static void nCFRelease(long cf)
      void CFRelease(CFTypeRef cf)
    • CFRelease

      public static void CFRelease(long cf)
      void CFRelease(CFTypeRef cf)
    • nCFBundleCreate

      public static long nCFBundleCreate(long allocator, long bundleURL)
      CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL)
    • CFBundleCreate

      public static long CFBundleCreate(long allocator, long bundleURL)
      CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL)
    • nCFBundleGetBundleWithIdentifier

      public static long nCFBundleGetBundleWithIdentifier(long bundleID)
      CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID)
    • CFBundleGetBundleWithIdentifier

      public static long CFBundleGetBundleWithIdentifier(long bundleID)
      CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID)
    • nCFBundleGetFunctionPointerForName

      public static long nCFBundleGetFunctionPointerForName(long bundle, long functionName)
      void * CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName)
    • CFBundleGetFunctionPointerForName

      public static long CFBundleGetFunctionPointerForName(long bundle, long functionName)
      void * CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName)
    • nCFStringCreateWithCString

      public static long nCFStringCreateWithCString(long allocator, long cStr, int encoding)
      CFStringRef CFStringCreateWithCString(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding)
    • CFStringCreateWithCString

      public static long CFStringCreateWithCString(long allocator, ByteBuffer cStr, int encoding)
      CFStringRef CFStringCreateWithCString(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding)
    • nCFStringCreateWithCStringNoCopy

      public static long nCFStringCreateWithCStringNoCopy(long allocator, long cStr, int encoding, long contentsDeallocator)
      CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
    • CFStringCreateWithCStringNoCopy

      public static long CFStringCreateWithCStringNoCopy(long allocator, ByteBuffer cStr, int encoding, long contentsDeallocator)
      CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
    • nCFURLCreateWithFileSystemPath

      public static long nCFURLCreateWithFileSystemPath(long allocator, long filePath, long pathStyle, boolean isDirectory)
      CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory)
    • CFURLCreateWithFileSystemPath

      public static long CFURLCreateWithFileSystemPath(long allocator, long filePath, long pathStyle, boolean isDirectory)
      CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory)