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. 
com.jniwrapper.jawt The com.jniwrapper.jawt package contains auxiliary classes for accessing the JAWT features of the underlying platform. 
 

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.
 

Methods in com.jniwrapper with parameters of type Pointer
 void Pointer.asTypedPointer(Pointer target)
          Deprecated. use castTo(com.jniwrapper.Pointer) instead.
 void Pointer.Void.asTypedPointer(Pointer target)
          Deprecated. use Pointer.Void.castTo(Pointer) method instead
 void Pointer.castTo(Pointer target)
          Assigns this pointer value to the typed pointer.
 void Pointer.Void.castTo(Pointer target)
          Casts this pointer to the given typed pointer.
 void IOPerformer.doPointerIO(Pointer pointer, DataBuffer dataSource, int offset, boolean invokedByCallback)
          Performs a pointer I/O.
 

Uses of Pointer in com.jniwrapper.jawt
 

Methods in com.jniwrapper.jawt with parameters of type Pointer
 void JAWT_DrawingSurface.freeDrawingSurfaceInfo(Pointer pDsi)
          Frees the drawing surface information.
 void JAWT_DrawingSurface.getDrawingSurfaceInfo(Pointer pDsi)
          Reads the native drawing surface information.