Uses of Interface
de.ibapl.jnhw.common.datatypes.Native
-
Packages that use Native Package Description de.ibapl.jnhw.common.callback Native function pointers for calling back from native code.de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of Native in de.ibapl.jnhw.common.callback
Classes in de.ibapl.jnhw.common.callback that implement Native Modifier and Type Class Description classNativeRunnable -
Uses of Native in de.ibapl.jnhw.common.memory
Classes in de.ibapl.jnhw.common.memory that implement Native Modifier and Type Class Description classAsSignedIntclassAsSignedLongclassAsUnsignedIntclassAsUnsignedLongclassInt16_tclassInt32_tclassInt64_tclassInt8_tclassMapNativeToIntclassMemory32HeapclassMemory64HeapclassNativeIntNumberclassOpaqueMemory32The base class for any chunk (i.e. pointer to or structs) of native memory.classOpaqueMemory64The base class for any chunk (i.e. pointer to or structs) of native memory.classPointerArray32<T extends OpaqueMemory32>classSigned_Longteh datatype signed longclassStruct32classStructArray32<T extends OpaqueMemory32>classUint16_tclassUint32_tclassUint64_tclassUint8_tclassUnsigned_Longteh datatype unsigned long
-