Class MacOSXLibraryDL

    • Constructor Detail

      • MacOSXLibraryDL

        public MacOSXLibraryDL(java.lang.String name)
    • Method Detail

      • getFunctionAddress

        public long getFunctionAddress(java.nio.ByteBuffer functionName)
        Description copied from interface: FunctionProvider
        Returns the function address of the specified function. If the function is not supported, returns 0L.
        Parameters:
        functionName - the encoded name of the function to query
        Returns:
        the function address or 0L if the function is not supported
      • free

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