| Package | Description |
|---|---|
| io.humble.ferry |
A collection of classes that ferry objects from Java to native code and back,
and manage native memory.
|
| Modifier and Type | Method and Description |
|---|---|
static JNIMemoryManager.MemoryModel |
JNIMemoryManager.getMemoryModel()
Get the
JNIMemoryManager.MemoryModel that Ferry is using for allocating large memory
blocks. |
static JNIMemoryManager.MemoryModel |
JNIMemoryManager.MemoryModel.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JNIMemoryManager.setMemoryModel(JNIMemoryManager.MemoryModel model)
Sets the
JNIMemoryManager.MemoryModel. |
Copyright © 2018 Humble Software. All rights reserved.