Interface ISharedLibrary
- All Superinterfaces:
AutoCloseable
,RawFunctionLoader
- All Known Implementing Classes:
JavaSystemLibrary
,UnixLibrary
,WindowsLibrary
public sealed interface ISharedLibrary
extends RawFunctionLoader, AutoCloseable
permits JavaSystemLibrary, UnixLibrary, WindowsLibrary
-
Field Summary
Fields inherited from interface club.doki7.ffm.RawFunctionLoader
nativeLinker
-
Method Summary
Methods inherited from interface club.doki7.ffm.RawFunctionLoader
apply, load
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-