The {@link be.cardon.nativecall.LowLevelCalls LowLevelCalls} class contains the JNI native functions to allocate, delete, read, write some native objects.
The {@link be.cardon.nativecall.NativeObject} class is a wrapped for native object (simple types like integers, bytes, booleans, or more complex object like structures, etc.). This class is herited door others high level class, like the {@link be.cardon.nativecall.NativeStructure NativeStructure}.