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
  • Field Details

    • function

      final long function
    • name

      final String name
    • signature

      final String signature
  • Constructor Details

    • NativeMethod

      public NativeMethod(long address, String name, String signature)
      Creates a new native method wrapper.
      Parameters:
      address - The address of the native method.
      name - The name of the java method.
      signature - The java signature.