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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(java.lang.String name)
-