|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.util.LibraryLoader
public class LibraryLoader
Centralizes loading of native libraries, in case we want to try (at some point) loading them some other way (such as through System.load()), which would allow us to specify the library directory.
Constructor Summary | |
---|---|
LibraryLoader()
|
Method Summary | |
---|---|
static void |
load(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibraryLoader()
Method Detail |
---|
public static void load(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |