Package org.jboss.netty.util.internal
Class NativeLibraryLoader
- java.lang.Object
-
- org.jboss.netty.util.internal.NativeLibraryLoader
-
public final class NativeLibraryLoader extends Object
Helper class to load JNI resources.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(String name, ClassLoader loader)
Load the given library with the specifiedClassLoader
-
-
-
Method Detail
-
load
public static void load(String name, ClassLoader loader)
Load the given library with the specifiedClassLoader
-
-