Uses of Class
com.jniwrapper.Function

Packages that use Function
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.util The com.jniwrapper.util package contains helper and utility classes, such as Logger, AppletHelper, StreamUtils etc. 
 

Uses of Function in com.jniwrapper
 

Methods in com.jniwrapper that return Function
 Function Pointer.Void.asFunction()
          Converts this poiter to a function.
 Function Pointer.Void.asFunction(byte callingConvention)
          Converts this poiter to a function.
 Function Library.getFunction(java.lang.String name)
          A convenience method for getting a function when parameter types do affect loaded function.
 Function Library.getFunction(java.lang.String name, java.lang.Class[] paramTypes)
          This returns a Function object that reflects the exported native function from the library.
 

Uses of Function in com.jniwrapper.util
 

Methods in com.jniwrapper.util that return Function
 Function FunctionCache.getFunction(java.lang.String name)
          Gets a function specified by the name in the cache, or queries the function instance from the associated library, and caches it for subsequent requests.