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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • load

      public static void load​(java.lang.String name)