Uses of Package
com.jniwrapper

Packages that use com.jniwrapper
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.util   
com.jniwrapper.win32   
com.jniwrapper.win32.gdi   
com.jniwrapper.win32.io   
 

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
          This exception is thrown if an error occurs during a native function call.
Int
          C-like int value.
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 a native library cannot be loaded.
MemoryAccessViolationException
          This exception is thrown when a 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.
StringParameter
           
Structure
          The class represents structures in tems of C language.
ZeroTerminatedString
          Base class for all types of zero-terminated strings.
 

Classes in com.jniwrapper used by com.jniwrapper.util
Parameter
          Common parent class for all types of function parameters.
Structure
          The class represents structures in tems of C language.
 

Classes in com.jniwrapper used by com.jniwrapper.win32
IntegerParameter
          Common interface for all integer types.
Parameter
          Common parent class for all types of function parameters.
Pointer.Void
          Represents a void *.
Structure
          The class represents structures in tems of C language.
 

Classes in com.jniwrapper used by com.jniwrapper.win32.gdi
Parameter
          Common parent class for all types of function parameters.
Structure
          The class represents structures in tems of C language.
 

Classes in com.jniwrapper used by com.jniwrapper.win32.io
Parameter
          Common parent class for all types of function parameters.
Structure
          The class represents structures in tems of C language.