Class NativeClosurePointer


class NativeClosurePointer extends InAccessibleMemoryIO
  • Field Details

    • handle

      private final com.kenai.jffi.Closure.Handle handle
    • proxy

      final NativeClosureProxy proxy
  • Constructor Details

    • NativeClosurePointer

      public NativeClosurePointer(Runtime runtime, com.kenai.jffi.Closure.Handle handle, NativeClosureProxy proxy)
  • Method Details

    • size

      public 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}.