Uses of Class
com.jniwrapper.NoSuchFunctionException

Uses of NoSuchFunctionException in com.jniwrapper
 

Methods in com.jniwrapper that throw NoSuchFunctionException
 Function Library.getFunction(java.lang.String name, java.lang.Class[] paramTypes)
          This returns a Function object that reflects the exporeted native function from the library.
 Function Library.getFunction(java.lang.String name)
          Convenience method for getting a function when parameter types do affect loaded function.