|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jinterop.dcom.core.JIUnsigned
public final class JIUnsigned
Representation of C++ "Unsigned Types".
Constructor Summary | |
---|---|
JIUnsigned()
|
Method Summary | |
---|---|
static IJIUnsigned |
getUnsigned(java.lang.Number value,
int flag)
Returns an implementation for each of the unsigned type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JIUnsigned()
Method Detail |
---|
public static IJIUnsigned getUnsigned(java.lang.Number value, int flag)
Returns an implementation for each of the unsigned type. Only 3 types are supported at present Byte, Short, Integer and since Java has no support for unsigned types, please send a Short for a Byte, Integer for a Short and Long for an Integer. This is to accomodate the entire spectrum for the unsigned type and prevent the rollover problem.
value
- Short, Integer, Long onlyflag
- refer JIFlags documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |