|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.nativec.type.NativeObject
de.intarsys.nativec.type.NativeSimple
de.intarsys.nativec.type.NativeNumber
de.intarsys.nativec.type.NativeInt
public class NativeInt
A wrapper for a primitive int (which is always 4 bytes except on ILP64 systems which can be treated as non-existent for our purposes).
Field Summary | |
---|---|
static NativeIntType |
META
The meta class instance |
Fields inherited from class de.intarsys.nativec.type.NativeObject |
---|
DEBUG, SHIFT_INT, SHIFT_LONG, SHIFT_LONGLONG, SIZE_BYTE, SIZE_INT, SIZE_LONG, SIZE_LONGLONG, SIZE_SHORT |
Constructor Summary | |
---|---|
NativeInt()
Create a new wrapper |
|
NativeInt(long value)
Create a new wrapper |
Method Summary | |
---|---|
byte |
byteValue()
This as a java primitive byte value. |
static NativeInt |
createFromAddress(long address)
|
INativeType |
getNativeType()
The meta information and behavior for the NativeObject. |
Object |
getValue()
A Java side representation from the memory. |
int |
intValue()
This as a java primitive int value. |
long |
longValue()
This as a java primitive long value. |
void |
setValue(int value)
|
void |
setValue(Object value)
Assign (and marshall to memory) the Java side representation. |
short |
shortValue()
This as a java primitive short value. |
String |
toString()
|
Methods inherited from class de.intarsys.nativec.type.NativeSimple |
---|
getByteCount |
Methods inherited from class de.intarsys.nativec.type.NativeObject |
---|
cast, createReference, getByte, getByteArray, getBytes, getCLong, getInt, getNativeHandle, getNativeHandle, getShort, getString, getWideString, isNull, setByte, setByteArray, setCLong, setInt, setNativeHandle, setShort, setString, setWideString, toNestedString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NativeIntType META
Constructor Detail |
---|
public NativeInt()
public NativeInt(long value)
Method Detail |
---|
public static NativeInt createFromAddress(long address)
public byte byteValue()
NativeNumber
byteValue
in class NativeNumber
public INativeType getNativeType()
NativeObject
There is exactly one meta instance for all NativeObject instances of a certain type.
getNativeType
in interface INativeObject
getNativeType
in class NativeObject
public Object getValue()
INativeObject
INativeObject
.public int intValue()
NativeNumber
intValue
in class NativeNumber
public long longValue()
NativeNumber
longValue
in class NativeNumber
public void setValue(int value)
public void setValue(Object value)
INativeObject
value
- The new Java value.public short shortValue()
NativeNumber
shortValue
in class NativeNumber
public String toString()
toString
in class Object
|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |