Add comment
This commit is contained in:
parent
aa04d562f8
commit
e01077db8a
|
@ -239,6 +239,17 @@ public class SnappyLoader
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load snappy-java's native code using load method of the
|
||||||
|
* SnappyNativeLoader class injected to the root class loader.
|
||||||
|
*
|
||||||
|
* @param loaderClass
|
||||||
|
* @throws SecurityException
|
||||||
|
* @throws NoSuchMethodException
|
||||||
|
* @throws IllegalArgumentException
|
||||||
|
* @throws IllegalAccessException
|
||||||
|
* @throws InvocationTargetException
|
||||||
|
*/
|
||||||
private static void loadNativeLibrary(Class< ? > loaderClass) throws SecurityException, NoSuchMethodException,
|
private static void loadNativeLibrary(Class< ? > loaderClass) throws SecurityException, NoSuchMethodException,
|
||||||
IllegalArgumentException, IllegalAccessException, InvocationTargetException {
|
IllegalArgumentException, IllegalAccessException, InvocationTargetException {
|
||||||
if (loaderClass == null)
|
if (loaderClass == null)
|
||||||
|
|
Loading…
Reference in New Issue