Methods in org.rococoa.cocoa.corefoundation with parameters of type CoreFoundationLibrary.CFDataRef |
boolean |
CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
ColorSyncLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
HIServicesLibrary.__CFDictionary[] properties,
HIServicesLibrary.__CFArray desiredProperties,
IntBuffer errorCode)
Attempts to read the data and properties for the given URL. |
boolean |
CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
ColorSyncLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
HIServicesLibrary.__CFDictionary[] properties,
HIServicesLibrary.__CFArray desiredProperties,
IntByReference errorCode)
Attempts to read the data and properties for the given URL. |
boolean |
CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
ColorSyncLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
PointerByReference properties,
HIServicesLibrary.__CFArray desiredProperties,
IntByReference errorCode)
Deprecated. use the safer methods CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) and CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, com.sun.jna.ptr.IntByReference) instead |