Class ClosureFromNativeConverter.AbstractClosurePointer

java.lang.Object
jnr.ffi.Pointer
jnr.ffi.provider.AbstractMemoryIO
jnr.ffi.provider.InAccessibleMemoryIO
jnr.ffi.provider.jffi.ClosureFromNativeConverter.AbstractClosurePointer
Enclosing class:
ClosureFromNativeConverter

public abstract static class ClosureFromNativeConverter.AbstractClosurePointer extends InAccessibleMemoryIO
  • Field Details

    • ffi

      public static final com.kenai.jffi.Invoker ffi
    • functionAddress

      protected final long functionAddress
  • Constructor Details

    • AbstractClosurePointer

      protected AbstractClosurePointer(Runtime runtime, long functionAddress)
  • Method Details

    • size

      public final long size()
      Description copied from class: Pointer
      Gets the size of this memory object in bytes (optional operation).
      Specified by:
      size in class Pointer
      Returns:
      the size of the memory area this Pointer points to. If the size is unknown, Long.MAX_VALUE is returned}.