public class UInt32Data extends Data implements IntegerData
IntegerData.Endian, IntegerData.Helper| Modifier and Type | Field and Description |
|---|---|
IntegerData.Endian |
endian |
long |
value |
static UInt32Data |
ZERO |
helper| Constructor and Description |
|---|
UInt32Data(byte[] bytes,
int offset,
long value,
IntegerData.Endian endian) |
UInt32Data(ByteArray data,
long value,
IntegerData.Endian endian) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
static UInt32Data |
from(byte[] bytes,
IntegerData.Endian endian) |
static UInt32Data |
from(byte[] bytes,
int offset,
IntegerData.Endian endian) |
static UInt32Data |
from(ByteArray data,
IntegerData.Endian endian) |
static UInt32Data |
from(long value,
IntegerData.Endian endian) |
static UInt32Data |
from(UInt32Data data) |
int |
getIntValue() |
long |
getLongValue() |
int |
hashCode() |
java.lang.String |
toString() |
clone, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, mutableCopy, random, slice, slice, toHexStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetInt16Value, getInt16Value, getInt32Value, getInt32Value, getUInt16Data, getUInt16Data, getUInt16Data, getUInt16Value, getUInt16Value, getUInt32Data, getUInt32Data, getUInt32Data, getUInt32Value, getUInt32Value, getValue, getValue, getValue, setValue, setValue, setValue, setValueadjust, adjustE, concat, concat, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hexEncode, slice, slice, slice, slice, toHexStringpublic final long value
public final IntegerData.Endian endian
public static final UInt32Data ZERO
public UInt32Data(ByteArray data, long value, IntegerData.Endian endian)
public UInt32Data(byte[] bytes,
int offset,
long value,
IntegerData.Endian endian)
public int getIntValue()
getIntValue in interface IntegerDatapublic long getLongValue()
getLongValue in interface IntegerDatapublic static UInt32Data from(UInt32Data data)
public static UInt32Data from(ByteArray data, IntegerData.Endian endian)
public static UInt32Data from(byte[] bytes, IntegerData.Endian endian)
public static UInt32Data from(byte[] bytes, int offset, IntegerData.Endian endian)
public static UInt32Data from(long value, IntegerData.Endian endian)