|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.cldc.jna.PointerType
public abstract class PointerType
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 |
---|
protected PointerType()
protected PointerType(Pointer rawPointer)
Method Detail |
---|
public Pointer getPointer()
public void setPointer(Pointer rawPointer)
rawPointer
-
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |