Package io.opentimeline
Class LibraryLoader
java.lang.Object
io.opentimeline.LibraryLoader
public class LibraryLoader
extends java.lang.Object
This class uses NativeUtils to load native libraries from the JAR archive.
In case it is unable to load them from the JAR archive it falls back to try loading from the system.
-
Constructor Summary
Constructors Constructor Description LibraryLoader()
-
Method Summary
Modifier and Type Method Description static void
load(java.lang.String name)
-
Constructor Details
-
LibraryLoader
public LibraryLoader()
-
-
Method Details
-
load
public static void load(java.lang.String name)
-