Uses of Package
com.jniwrapper

Classes in com.jniwrapper used by com.jniwrapper
AbstractFloat
          Base class for all floating point types.
ArrayParameter
          Common interface for all types representing arrays
DataBuffer
          Basic interface to any memory location where JNIWrapper types can store their data.
FloatParameter
          Common interface for all floating-point types
FunctionExecutionException
          Exception which is thrown if an error occurs during native function call.
IntegerParameter
          Common interface for all integer types
LibraryLoader
          Basic interface for classes that can find and load native library.
LibraryNotFoundException
          This exception is thrown when native library cannot be loaded by JNI Wrapper.
MemoryAccessViolationException
          This exception is thrown when native library code attempts to reference an invalid memory location.
NoSuchFunctionException
          Indicates that requested native function was not found in the specified library.
Parameter
          Common parent class for all types of function parameters.
Pointer
          This class represents a pointer to object in terms of C language.
Structure
          The class represents structures in tems of C language.
ZeroTerminatedString
          Base class for all types of zero-terminated strings.