advancedrelay.laygo
Class Pointer

java.lang.Object
  |
  +--advancedrelay.laygo.Pointer

public class Pointer
extends java.lang.Object

Simple Pointer class intended solely for use in calling native methods where a pointer to a pointer is required in C to return a pointer through a function parameter.


Constructor Summary
Pointer()
           
Pointer(long v)
           
 
Method Summary
 long getValue()
           
 void invalidate()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointer

public Pointer()

Pointer

public Pointer(long v)
Method Detail

getValue

public long getValue()

invalidate

public void invalidate()

isValid

public boolean isValid()