com.sun.jna

Class FromNativeContext

public class FromNativeContext extends Object

Provides context for converting a native value into a Java type.
Constructor Summary
FromNativeContext(Class javaType)
Method Summary
ClassgetTargetType()
The desired Java type of the result.

Constructor Detail

FromNativeContext

FromNativeContext(Class javaType)

Method Detail

getTargetType

public Class getTargetType()
The desired Java type of the result.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.