org.bridj
Class DynamicFunctionFactory

java.lang.Object
  extended by org.bridj.DynamicFunctionFactory

public class DynamicFunctionFactory
extends Object

Factory that is able to create dynamic functions bindings with a given signature


Method Summary
 DynamicFunction newInstance(Pointer<?> functionPointer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newInstance

public DynamicFunction newInstance(Pointer<?> functionPointer)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013. All Rights Reserved.