public static class CoreFoundation.CFDataRef extends CoreFoundation.CFTypeRef
CFData
object.Modifier and Type | Method and Description |
---|---|
Pointer |
getBytePtr()
Convenience method for
CoreFoundation.CFDataGetBytePtr(com.sun.jna.platform.mac.CoreFoundation.CFDataRef) on this object |
int |
getLength()
Convenience method for
CoreFoundation.CFDataGetLength(com.sun.jna.platform.mac.CoreFoundation.CFDataRef) on this object |
getTypeID, isTypeID, release, retain
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public CFDataRef()
public CFDataRef(Pointer p)
public int getLength()
CoreFoundation.CFDataGetLength(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this objectpublic Pointer getBytePtr()
CoreFoundation.CFDataGetBytePtr(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this object