Class SharedLibrary.Delegate

    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: SharedLibrary
        Returns the library name.
        Specified by:
        getName in interface SharedLibrary
      • address

        public long address()
        Description copied from interface: Pointer
        Returns the raw pointer address as a long value.
        Specified by:
        address in interface Pointer
        Returns:
        the pointer address
      • free

        public void free()
        Description copied from interface: NativeResource
        Frees any native resources held by this object.
        Specified by:
        free in interface NativeResource