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 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
Methods 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
-
getName
Description copied from interface:SharedLibraryReturns the library name.- Specified by:
getNamein interfaceSharedLibrary
-