Package org.lwjgl.system.macosx
Class CoreFoundation
java.lang.Object
org.lwjgl.system.macosx.CoreFoundation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final long
CFAllocatorRef kCFAllocatorDefault(void)
static final long
CFAllocatorRef kCFAllocatorMalloc(void)
static final long
CFAllocatorRef kCFAllocatorMallocZone(void)
static final long
CFAllocatorRef kCFAllocatorNull(void)
static final long
CFAllocatorRef kCFAllocatorSystemDefault(void)
static final long
CFAllocatorRef kCFAllocatorUseContext(void)
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final byte
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
CFBundleCreate
(long allocator, long bundleURL) CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL)
static long
CFBundleGetBundleWithIdentifier
(long bundleID) CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID)
static long
CFBundleGetFunctionPointerForName
(long bundle, long functionName) void * CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName)
static void
CFRelease
(long cf) void CFRelease(CFTypeRef cf)
static long
CFRetain
(long cf) CFTypeRef CFRetain(CFTypeRef cf)
static long
CFStringCreateWithCString
(long allocator, ByteBuffer cStr, int encoding) CFStringRef CFStringCreateWithCString(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding)
static long
CFStringCreateWithCStringNoCopy
(long allocator, ByteBuffer cStr, int encoding, long contentsDeallocator) CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
static long
CFURLCreateWithFileSystemPath
(long allocator, long filePath, long pathStyle, boolean isDirectory) CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory)
static long
nCFBundleCreate
(long allocator, long bundleURL) CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL)
static long
nCFBundleGetBundleWithIdentifier
(long bundleID) CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID)
static long
nCFBundleGetFunctionPointerForName
(long bundle, long functionName) void * CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName)
static void
nCFRelease
(long cf) void CFRelease(CFTypeRef cf)
static long
nCFRetain
(long cf) CFTypeRef CFRetain(CFTypeRef cf)
static long
nCFStringCreateWithCString
(long allocator, long cStr, int encoding) CFStringRef CFStringCreateWithCString(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding)
static long
nCFStringCreateWithCStringNoCopy
(long allocator, long cStr, int encoding, long contentsDeallocator) CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allocator, char const * cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
static long
nCFURLCreateWithFileSystemPath
(long allocator, long filePath, long pathStyle, boolean isDirectory) CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory)
-
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 kCFAllocatorDefaultCFAllocatorRef kCFAllocatorDefault(void)
-
kCFAllocatorSystemDefault
public static final long kCFAllocatorSystemDefaultCFAllocatorRef kCFAllocatorSystemDefault(void)
-
kCFAllocatorMalloc
public static final long kCFAllocatorMallocCFAllocatorRef kCFAllocatorMalloc(void)
-
kCFAllocatorMallocZone
public static final long kCFAllocatorMallocZoneCFAllocatorRef kCFAllocatorMallocZone(void)
-
kCFAllocatorNull
public static final long kCFAllocatorNullCFAllocatorRef kCFAllocatorNull(void)
-
kCFAllocatorUseContext
public static final long kCFAllocatorUseContextCFAllocatorRef 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
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)
-