|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.smardec.j2native.Argument | +--com.smardec.j2native.NumericArgument | +--com.smardec.j2native.IntegerArgument | +--com.smardec.j2native.UInt8
UInt8
represents a 8-bit unsigned integer value and type.
Field Summary |
Fields inherited from class com.smardec.j2native.Argument |
JAVA_SIDE, NATIVE_SIDE |
Constructor Summary | |
UInt8()
Constructs a UInt8 object with a zero value. |
|
UInt8(byte value)
Constructs a UInt8 object with a zero value. |
Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of this object. |
int |
getLength()
Returns length in bytes. |
protected boolean |
isSigned()
Shows if number is signed |
Methods inherited from class com.smardec.j2native.IntegerArgument |
bits2Value, booleanValue, byteValue, doubleValue, floatValue, intValue, isFixedLength, isFloat, longValue, setValue, shortValue, value2Bits |
Methods inherited from class com.smardec.j2native.NumericArgument |
fromBytesValue, read, readFromStack, toBytesValue, toBytesValue, write, writeToStack |
Methods inherited from class com.smardec.j2native.Argument |
finalize, free, getAlignedLength, getResultFlags, readFromRAM, restoreFromRAM, storeToRAM, update, writeToRAM |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UInt8()
UInt8
object with a zero value.
public UInt8(byte value)
UInt8
object with a zero value.
Method Detail |
protected boolean isSigned()
NumericArgument
isSigned
in class NumericArgument
public int getLength()
Argument
getLength
in class Argument
public java.lang.Object clone()
Argument
clone
in class Argument
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |