|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJIUnsigned
Java representation of a C++ unsigned number. An unsigned number can
be obtained by using JIUnsignedFactory.getUnsigned(Number, int)
.
Method Summary | |
---|---|
int |
getType()
Returns the unsigned type ( byte ,short ,int ). |
java.lang.Number |
getValue()
Returns the number represented by this object. |
Method Detail |
---|
int getType()
byte
,short
,int
).
JIFlags.FLAG_REPRESENTATION_UNSIGNED_BYTE
or
JIFlags.FLAG_REPRESENTATION_UNSIGNED_SHORT
or
JIFlags.FLAG_REPRESENTATION_UNSIGNED_INT
java.lang.Number getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |