Package com.sun.jna.platform.mac
Klasse CoreFoundation.CFDataRef
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
com.sun.jna.platform.mac.CoreFoundation.CFDataRef
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
CoreFoundation
A reference to an immutable
CFData
object.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungConvenience method forCoreFoundation.CFDataGetBytePtr(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this objectint
Convenience method forCoreFoundation.CFDataGetLength(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this objectVon Klasse geerbte Methoden com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retain
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
CFDataRef
public CFDataRef() -
CFDataRef
-
-
Methodendetails
-
getLength
public int getLength()Convenience method forCoreFoundation.CFDataGetLength(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this object- Gibt zurück:
- An index that specifies the number of bytes associated with this object.
-
getBytePtr
Convenience method forCoreFoundation.CFDataGetBytePtr(com.sun.jna.platform.mac.CoreFoundation.CFDataRef)
on this object- Gibt zurück:
- A read-only pointer to the bytes associated with this object.
-