Package 

Class FFIObject

  • All Implemented Interfaces:
    java.lang.AutoCloseable , org.lightningdevkit.ldknode.Disposable

    
    public abstract class FFIObject
     implements Disposable, AutoCloseable
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      FFIObject(Pointer pointer)
      FFIObject(NoPointer noPointer) This constructor can be used to instantiate a fake object.
    • Method Summary

      Modifier and Type Method Description
      Pointer uniffiClonePointer()
      Unit destroy()
      Unit close()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FFIObject

        FFIObject(Pointer pointer)
      • FFIObject

        FFIObject(NoPointer noPointer)
        This constructor can be used to instantiate a fake object.
        Parameters:
        noPointer - Placeholder value so we can have a constructor separate from the default empty one that may be implemented for classes extending FFIObject.