Uses of Class
com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Packages that use JNIMemoryManager.MemoryModel Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of JNIMemoryManager.MemoryModel in com.avpkit.ferry
Methods in com.avpkit.ferry that return JNIMemoryManager.MemoryModel Modifier and Type Method Description static JNIMemoryManager.MemoryModelJNIMemoryManager. getMemoryModel()Get theJNIMemoryManager.MemoryModelthat Ferry is using for allocating large memory blocks.static JNIMemoryManager.MemoryModelJNIMemoryManager.MemoryModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JNIMemoryManager.MemoryModel[]JNIMemoryManager.MemoryModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.ferry with parameters of type JNIMemoryManager.MemoryModel Modifier and Type Method Description static voidJNIMemoryManager. setMemoryModel(JNIMemoryManager.MemoryModel model)Sets theJNIMemoryManager.MemoryModel.
-