Uses of Class
com.jniwrapper.Pointer

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

Uses of Pointer in com.jniwrapper
 

Subclasses of Pointer in com.jniwrapper
 class ArithmeticalPointer
          Pointer to a place within an allocated structure that handles reading and writing of offset pointer values.
 class ExternalArrayPointer
          A pointer to an array returned from the native code.
static class Pointer.Const
          Represents a pointer to constant object.
static class Pointer.OutOnly
          Represents a pointer to object with undefined initial value.
 class ResizingPointer
          A pointer to an array that can be resized (reallocated) on the native side.