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, waitMethods inherited from interface club.doki7.ffm.RawFunctionLoader
load
-
Method Details
-
apply
@NotNull public @NotNull MemorySegment apply(@NotNull @NotNull String libName) throws UnsatisfiedLinkError - Specified by:
applyin interfaceRawFunctionLoader- Throws:
UnsatisfiedLinkError
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceISharedLibrary
-