Package com.avpkit.ferry

A collection of classes that ferry objects from Java to native code and back, and manage native memory.

This package contains a variety of classes used by AVPKit to manage communication between Java and and Native Code.

Classes and methods marked "Internal Only" are not meant for usage by anyone outside these libraries. They are public members only because they need to be for other AVPKit packages to use them -- don't go calling methods on these objects from outside AVPKit as you can quickly bring down the Java virtual machine if you don't know what you're doing.

Tuning Ferry (And AVPKit) Memory Management

A complicated subject, but if you're ready for it, take a look at the JNIMemoryManager object and start reading.