Uses of Class
com.avpkit.ferry.RefCountedTester
-
Packages that use RefCountedTester 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 RefCountedTester in com.avpkit.ferry
Methods in com.avpkit.ferry that return RefCountedTester Modifier and Type Method Description RefCountedTesterRefCountedTester. copyReference()Create a new RefCountedTester object that is actually referring to the exact same underlying native object.static RefCountedTesterRefCountedTester. make()static RefCountedTesterRefCountedTester. make(RefCountedTester objToAcquire)Acquires a reference to a passed in object,
and returns the new object.Methods in com.avpkit.ferry with parameters of type RefCountedTester Modifier and Type Method Description static longRefCountedTester. getCPtr(RefCountedTester obj)Internal Only.static RefCountedTesterRefCountedTester. make(RefCountedTester objToAcquire)Acquires a reference to a passed in object,
and returns the new object.static longFerryJNI. RefCountedTester_make__SWIG_1(long jarg1, RefCountedTester jarg1_)
-