com.sun.jna
Class FromNativeContext
java.lang.Object
com.sun.jna.FromNativeContext
- Direct Known Subclasses:
- CallbackParameterContext, FunctionResultContext, StructureReadContext
public class FromNativeContext
- extends Object
Provides context for converting a native value into a Java type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FromNativeContext
FromNativeContext(Class javaType)
getTargetType
public Class getTargetType()
- The desired Java type of the result.
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.