com.jniwrapper
Interface PointerParameter

All Known Implementing Classes:
ArithmeticalPointer, Callback, ExternalArrayPointer, ExternalStringPointer, Pointer, Pointer.Const, Pointer.OutOnly, Pointer.Void, ResizingPointer

public interface PointerParameter

Marker interface that identifies pointer parameter.


Method Summary
 boolean isNull()
          Tests if this pointer is null.
 

Method Detail

isNull

boolean isNull()
Tests if this pointer is null.

Returns:
true if this pointer is null; false otherwise