Uses of Interface
com.jniwrapper.ArrayParameter

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

Uses of ArrayParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement ArrayParameter
 class ComplexArray
          Represents an array of objects.
 class PrimitiveArray
          Represents an array of primitive types such as array of bytes or array of integer values.
 

Constructors in com.jniwrapper with parameters of type ArrayParameter
ExternalArrayPointer(ArrayParameter array)
          Constructs a new pointer to the given array.
ExternalArrayPointer(ArrayParameter array, boolean isNull)
          Constructs a new pointer to the given array.
ResizingPointer(ArrayParameter array)
          Constructs a new pointer to a given array.
ResizingPointer(ArrayParameter array, boolean isNull)
          Constructs a new pointer to a given array.