Package org.lwjgl.system
Class SharedLibrary.Default
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.SharedLibrary.Default
- All Implemented Interfaces:
AutoCloseable,FunctionProvider,NativeResource,Pointer,SharedLibrary
- Direct Known Subclasses:
FreeBSDLibrary,LinuxLibrary,MacOSXLibrary,WindowsLibrary
- Enclosing interface:
SharedLibrary
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.DefaultNested 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
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.FunctionProvider
getFunctionAddress, getFunctionAddressMethods inherited from interface org.lwjgl.system.NativeResource
close, freeMethods inherited from interface org.lwjgl.system.SharedLibrary
getPath
-
Method Details
-
getName
Description copied from interface:SharedLibraryReturns the library name.- Specified by:
getNamein interfaceSharedLibrary
-