Package com.codevasp.lazysodium.utils
Class SharedLibraryLoader
java.lang.Object
com.codevasp.lazysodium.utils.ResourceLoader
com.codevasp.lazysodium.utils.SharedLibraryLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic SharedLibraryLoaderget()Get an instance of the loader.voidloadSystemLibrary(String libraryName, Class clzz) voidloadSystemLibrary(String libraryName, List<Class> classes) Methods inherited from class com.codevasp.lazysodium.utils.ResourceLoader
copyToTempDirectory, createMainTempDirectory, extractFromWithinAJarFile, getThePathToTheJarWeAreIn, isPosixCompliant, requestDeletion, setPermissions, setPermissions, urlToFile, urlToFile
-
Method Details
-
get
Get an instance of the loader.- Returns:
- Returns this loader instantiated.
-
loadSystemLibrary
-
loadSystemLibrary
-
load
-
load
-