Package org.cinvoke

Class Summary
CInvoke Provides interfaces and related utility methods for calling C libraries.
NativeInt Used to send or read values of the C type 'int'.
NativeLong Used to send or read values of the C type 'long'.
NativeLongLong Used to send or read values of the C type 'long long', if it is available.
NativeShort Used to send or read values of the C type 'short'.
Ptr Used to send or read values the size of a C pointer type.
 

Error Summary
CInvokeError Thrown when an error occurs in the C/Invoke Java binding.