docs/javadoc/reference/com/facebook/imagepipeline/nativecode/ImagePipelineNativeLoader.html
|
|
Summary: Constants | Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.nativecode.ImagePipelineNativeLoader |
Single place responsible for loading libimagepipeline.so and its dependencies.
If your class has a native method whose implementation lives in libimagepipeline.so then call load() in its static initializer: `
public class ClassWithNativeMethod {
static {
ImagePipelineNativeLoader.load();
}
private static native void aNativeMethod();
} `
| Constants |
|---|
| String |
| Fields |
|---|
| public static final List<String> |
| Public Constructors |
|---|
| Public Methods |
|---|
| static void |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Constant Value: "imagepipeline"
+Generated by Doclava. +