40package com.jogamp.common.os;
42import jogamp.common.Debug;
50 public static final boolean DEBUG = Debug.debug(
"NativeLibrary");
51 public static final boolean DEBUG_LOOKUP = Debug.debug(
"NativeLibrary.Lookup");
Interface callers may use ProcAddressHelper's reset helper method to install function pointers into a...
void releaseAllLinkPermission()
long dynamicLookupFunction(String funcName)
Returns the function handle for function 'funcName'.
void claimAllLinkPermission()
static final boolean DEBUG_LOOKUP
boolean isFunctionAvailable(String funcName)
Queries whether function 'funcName' is available.
static final boolean DEBUG
boolean isOpen()
Returns true if library is loaded and open, otherwise false.