Package io.github.toolfactory.narcissus
Class LibraryLoader
java.lang.Object
io.github.toolfactory.narcissus.LibraryLoader
The Class LibraryLoader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum
The operating system type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
The machine word size.static final LibraryLoader.OperatingSystem
The operating system type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
loadLibraryFromJar
(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
-