com.lambdaworks.jni
Class LibraryLoaders
java.lang.Object
com.lambdaworks.jni.LibraryLoaders
public class LibraryLoaders
- extends Object
LibraryLoaders
will create the appropriate LibraryLoader
for
the VM it is running on.
- Author:
- Will Glozer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryLoaders
public LibraryLoaders()
loader
public static LibraryLoader loader()
- Create a new
LibraryLoader
for the current VM.
- Returns:
- the loader.
Copyright © 2011. All Rights Reserved.