NativeMappedpublic static class CoreFoundation.CFDataRef extends CoreFoundation.CFTypeRef
CFData object.| Modifier and Type | Method | 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, retainclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringpublic 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