Class UnixLibrary
java.lang.Object
club.doki7.ffm.library.UnixLibrary
- All Implemented Interfaces:
ISharedLibrary
,RawFunctionLoader
,AutoCloseable
-
Field Summary
Fields inherited from interface club.doki7.ffm.RawFunctionLoader
nativeLinker
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface club.doki7.ffm.RawFunctionLoader
load
-
Method Details
-
apply
@NotNull public @NotNull MemorySegment apply(@NotNull @NotNull String libName) throws UnsatisfiedLinkError - Specified by:
apply
in interfaceRawFunctionLoader
- Throws:
UnsatisfiedLinkError
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceISharedLibrary
-