|
JNA API> 3.0.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.PointerByReference
public class PointerByReference
Represents a reference to a pointer to native data.
In C notation, void**.
| Constructor Summary | |
|---|---|
PointerByReference()
|
|
PointerByReference(Pointer value)
|
|
| Method Summary | |
|---|---|
Pointer |
getValue()
|
void |
setValue(Pointer value)
|
| Methods inherited from class com.sun.jna.PointerType |
|---|
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointerByReference()
public PointerByReference(Pointer value)
| Method Detail |
|---|
public void setValue(Pointer value)
public Pointer getValue()
|
JNA API> 3.0.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||