Class LibraryLoader
java.lang.Object
io.github.toolfactory.narcissus.LibraryLoader
The Class LibraryLoader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enumThe operating system type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intThe machine word size.static final LibraryLoader.OperatingSystemThe operating system type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidloadLibraryFromJar(String libraryResourcePath) Load library from jar.
-
Field Details
-
OS
The operating system type. -
archBits
public static int archBitsThe machine word size.
-
-
Constructor Details
-
LibraryLoader
LibraryLoader()
-
-
Method Details
-
loadLibraryFromJar
Load library from jar.- Parameters:
libraryResourcePath- the library resource path
-