Package com.sun.jna
Klasse FromNativeContext
java.lang.Object
com.sun.jna.FromNativeContext
- Bekannte direkte Unterklassen:
CallbackParameterContext
,FunctionResultContext
,StructureReadContext
Provides context for converting a native value into a Java type.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
FromNativeContext
FromNativeContext(Class<?> javaType)
-
-
Methodendetails
-
getTargetType
The desired Java type of the result.
-