|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.win32.NativeIntAccess
public class NativeIntAccess
Utility class to access native integer
Constructor Summary | |
---|---|
NativeIntAccess()
Default Constructor (size=1) |
|
NativeIntAccess(int size)
Constructor of the class |
Method Summary | |
---|---|
void |
dispose()
Dispose the object |
int |
getAddress()
|
int |
getAddress(int index)
|
int |
getInt()
|
int |
getInt(int index)
|
void |
setInt(int value)
Set native integer value at index 0 |
void |
setInt(int index,
int value)
Set native integer value at target index |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeIntAccess()
public NativeIntAccess(int size)
size
- array sizeMethod Detail |
---|
public void dispose()
public int getAddress()
public int getAddress(int index)
index
- target index
public int getInt()
public int getInt(int index)
index
- target index
public void setInt(int value)
value
- target valuepublic void setInt(int index, int value)
index
- target indexvalue
- target value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |