"

2013 FRC Java API

"

com.sun.cldc.jna
Class PointerType

java.lang.Object
  extended by com.sun.cldc.jna.PointerType
Direct Known Subclasses:
ByReference

public abstract class PointerType
extends Object

Superclass of types representing native pointers


Constructor Summary
protected PointerType()
           
protected PointerType(Pointer rawPointer)
           
 
Method Summary
 Pointer getPointer()
          Return the underlying untyped pointer
 void setPointer(Pointer rawPointer)
          Set the underlying untyped pointer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerType

protected PointerType()

PointerType

protected PointerType(Pointer rawPointer)
Method Detail

getPointer

public Pointer getPointer()
Return the underlying untyped pointer

Returns:
raw pointer

setPointer

public void setPointer(Pointer rawPointer)
Set the underlying untyped pointer

Parameters:
rawPointer -

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"