Class MacOSXLibrary
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.SharedLibrary.Default
org.lwjgl.system.macosx.MacOSXLibrary
- All Implemented Interfaces:
AutoCloseable, FunctionProvider, NativeResource, Pointer, SharedLibrary
- Direct Known Subclasses:
MacOSXLibraryBundle, MacOSXLibraryDL
Implements a
SharedLibrary on the macOS.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.DefaultNested classes/interfaces inherited from interface SharedLibrary
SharedLibrary.Default, SharedLibrary.Delegate -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic MacOSXLibrarystatic MacOSXLibrarygetWithIdentifier(String bundleID) Methods inherited from class SharedLibrary.Default
getNameMethods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface FunctionProvider
getFunctionAddress, getFunctionAddressMethods inherited from interface NativeResource
close, freeMethods inherited from interface SharedLibrary
getPath
-
Method Details
-
getWithIdentifier
-
create
-