Package com.kenai.jffi
Class NativeMethod
- java.lang.Object
-
- com.kenai.jffi.NativeMethod
-
public final class NativeMethod extends Object
Represents a native implementation of a method for a class
-
-
Constructor Summary
Constructors Constructor Description NativeMethod(long address, String name, String signature)
Creates a new native method wrapper.
-