Package com.sun.jna
Class FromNativeContext
java.lang.Object
com.sun.jna.FromNativeContext
- Direct Known Subclasses:
- CallbackParameterContext,- FunctionResultContext,- StructureReadContext
Provides context for converting a native value into a Java type.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FromNativeContextFromNativeContext(Class<?> javaType) 
 
- 
- 
Method Details- 
getTargetTypeThe desired Java type of the result.
 
-