com.sun.jna

Interface FunctionMapper

public interface FunctionMapper

Provides mapping of Java method names to native function names. An instance of this interface may be provided to Native as an entry in the options map with key OPTION_FUNCTION_MAPPER.

There are several circumstances where this option might prove useful.

See Also: OPTION_FUNCTION_MAPPER

Method Summary
StringgetFunctionName(NativeLibrary library, Method method)

Method Detail

getFunctionName

public String getFunctionName(NativeLibrary library, Method method)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.