| 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 |
|---|---|
RefCountedTester |
RefCountedTester.copyReference()
Create a new RefCountedTester object that is actually referring to the
exact same underlying native object.
|
static RefCountedTester |
RefCountedTester.make() |
static RefCountedTester |
RefCountedTester.make(RefCountedTester objToAcquire)
Acquires a reference to a passed in object,
and returns the new object. |
| Modifier and Type | Method and Description |
|---|---|
static RefCountedTester |
RefCountedTester.make(RefCountedTester objToAcquire)
Acquires a reference to a passed in object,
and returns the new object. |
static long |
FerryJNI.RefCountedTester_make__SWIG_1(long jarg1,
RefCountedTester jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.