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
protected  void finalize()
           
 DynamicFunction newInstance(Pointer<?> functionPointer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

newInstance

public DynamicFunction newInstance(Pointer<?> functionPointer)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.