Package com.sun.jna
Class FromNativeContext
- java.lang.Object
-
- com.sun.jna.FromNativeContext
-
- Direct Known Subclasses:
CallbackParameterContext
,FunctionResultContext
,StructureReadContext
public class FromNativeContext extends java.lang.Object
Provides context for converting a native value into a Java type.
-
-
Constructor Summary
Constructors Constructor Description FromNativeContext(java.lang.Class<?> javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getTargetType()
The desired Java type of the result.
-