All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
CoreFoundation.CFAllocatorRef |
CFAllocatorGetDefault() |
CoreFoundation.CFTypeRef |
CFArrayGetValueAtIndex(CoreFoundation.CFArrayRef array,
int index) |
boolean |
CFBooleanGetValue(com.sun.jna.Pointer booleanRef) |
com.sun.jna.ptr.PointerByReference |
CFDataGetBytePtr(CoreFoundation.CFTypeRef theData) |
int |
CFDataGetLength(CoreFoundation.CFTypeRef theData) |
CoreFoundation.CFMutableDictionaryRef |
CFDictionaryCreateMutable(CoreFoundation.CFAllocatorRef allocator,
int capacity,
com.sun.jna.Pointer keyCallBacks,
com.sun.jna.Pointer valueCallBacks) |
com.sun.jna.Pointer |
CFDictionaryGetValue(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key) |
boolean |
CFDictionaryGetValueIfPresent(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key,
com.sun.jna.PointerType value) |
void |
CFDictionarySetValue(CoreFoundation.CFMutableDictionaryRef dict,
com.sun.jna.PointerType key,
com.sun.jna.PointerType value) |
void |
CFNumberGetValue(com.sun.jna.Pointer cfNumber,
int intSize,
com.sun.jna.ptr.ByReference value) |
void |
CFRelease(com.sun.jna.PointerType pointer) |
CoreFoundation.CFRunLoopRef |
CFRunLoopGetCurrent() |
CoreFoundation.CFRunLoopRef |
CFRunLoopGetMain() |
void |
CFRunLoopRun() |
void |
CFRunLoopStop(CoreFoundation.CFRunLoopRef runLoop) |
CoreFoundation.CFStringRef |
CFStringCreateWithCharacters(Object object,
char[] chars,
com.sun.jna.NativeLong length) |
boolean |
CFStringGetCString(com.sun.jna.Pointer cfString,
com.sun.jna.Pointer bufferToFill,
long maxSize,
int encoding) |
long |
CFStringGetLength(com.sun.jna.Pointer str) |
long |
CFStringGetMaximumSizeForEncoding(long length,
int encoding) |