Package org.lwjgl.system.macosx
Class MacOSXLibrary
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.SharedLibrary.Default
-
- org.lwjgl.system.macosx.MacOSXLibrary
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,FunctionProvider
,NativeResource
,Pointer
,SharedLibrary
- Direct Known Subclasses:
MacOSXLibraryBundle
,MacOSXLibraryDL
public abstract class MacOSXLibrary extends SharedLibrary.Default
Implements aSharedLibrary
on the macOS.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.SharedLibrary
SharedLibrary.Default, SharedLibrary.Delegate
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MacOSXLibrary
create(java.lang.String name)
static MacOSXLibrary
getWithIdentifier(java.lang.String bundleID)
-
Methods inherited from interface org.lwjgl.system.FunctionProvider
getFunctionAddress, getFunctionAddress
-
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from class org.lwjgl.system.SharedLibrary.Default
getName, getPath
-
-
-
-
Method Detail
-
getWithIdentifier
public static MacOSXLibrary getWithIdentifier(java.lang.String bundleID)
-
create
public static MacOSXLibrary create(java.lang.String name)
-
-