Package de.intarsys.nativec.type
Interface INativeMemory
- All Known Subinterfaces:
INativeCallback,INativeObject
- All Known Implementing Classes:
NativeArray,NativeBuffer,NativeByte,NativeFloat,NativeFunction,NativeGenericStruct,NativeInt,NativeLong,NativeLongLP64,NativeNumber,NativeObject,NativeReference,NativeShort,NativeSimple,NativeStaticStruct,NativeString,NativeStruct,NativeVoid,NativeWideString
public interface INativeMemory
The Java object representation of a c memory construct.
The INativeMemory has a reference to c memory (the
INativeHandle but no information about how the latter is laid out.
-
Method Summary
-
Method Details
-
getNativeHandle
INativeHandle getNativeHandle()TheINativeHandleto the c memory for the object.- Returns:
- The
INativeHandleto the c memory for the object.
-