Home about services products contact login
   com.smardec

J2Native

  j2native
com.smardec.j2native
Class UInt32

java.lang.Object
|
+--com.smardec.j2native.Argument
|
+--com.smardec.j2native.NumericArgument
|
+--com.smardec.j2native.IntegerArgument
|
+--com.smardec.j2native.UInt32
All Implemented Interfaces:
java.lang.Cloneable, IntegerType, NumericType

public class UInt32
extends IntegerArgument

UInt32 represents a 32-bit unsigned integer value and type.


Field Summary
Fields inherited from class com.smardec.j2native.Argument
JAVA_SIDE, NATIVE_SIDE
Constructor Summary
UInt32()
Constructs a UInt32 object with a zero value.
UInt32(int value)
Constructs a UInt32 object with a zero value.
Method Summary
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
clone, 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
UInt32
public UInt32()

Constructs a UInt32 object with a zero value.


UInt32
public UInt32(int value)
Constructs a UInt32 object with a zero value.

Method Detail
isSigned
protected boolean isSigned()
Description copied from class: NumericArgument
Shows if number is signed

Specified by:
isSigned in class NumericArgument

getLength
public int getLength()
Description copied from class: Argument
Returns length in bytes.

Specified by:
getLength in class Argument
Returns:
an int
Home about services products contact login