Uses of Interface
com.jniwrapper.PointerParameter

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

Uses of PointerParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement PointerParameter
 class ArithmeticalPointer
          Pointer to a place within an allocated structure that handles reading and writing of offset pointer values.
 class Callback
          Callback is a superclass for all classes representing callback functions.
 class ExternalArrayPointer
          A pointer to an array returned from the native code.
 class ExternalStringPointer
          This class is designed for reading externally allocated strings.
 class Pointer
          This class represents a pointer to object in terms of C language.
static class Pointer.Const
          Represents a pointer to constant object.
static class Pointer.OutOnly
          Represents a pointer to object with undefined initial value.
static class Pointer.Void
          Represents a void *.
 class ResizingPointer
          A pointer to an array that can be resized (reallocated) on the native side.