com.sun.jna

Interface FromNativeConverter

public interface FromNativeConverter

Define conversion from a native type to the appropriate Java type.
Method Summary
ObjectfromNative(Object nativeValue, FromNativeContext context)
Convert the given native object into its Java representation using the given context.
ClassnativeType()
Indicate the native type used by this converter.

Method Detail

fromNative

public Object fromNative(Object nativeValue, FromNativeContext context)
Convert the given native object into its Java representation using the given context.

nativeType

public Class nativeType()
Indicate the native type used by this converter.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.