public interface IntegerData extends ByteArray
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntegerData.Endian |
static interface |
IntegerData.Helper |
| Modifier and Type | Field and Description |
|---|---|
static IntegerData.Helper |
helper |
| Modifier and Type | Method and Description |
|---|---|
static int |
getInt16Value(ByteArray data) |
static int |
getInt16Value(ByteArray data,
int start) |
static int |
getInt32Value(ByteArray data) |
static int |
getInt32Value(ByteArray data,
int start) |
int |
getIntValue() |
long |
getLongValue() |
static UInt16Data |
getUInt16Data(ByteArray data) |
static UInt16Data |
getUInt16Data(ByteArray data,
int start) |
static UInt16Data |
getUInt16Data(int value) |
static int |
getUInt16Value(ByteArray data) |
static int |
getUInt16Value(ByteArray data,
int start) |
static UInt32Data |
getUInt32Data(ByteArray data) |
static UInt32Data |
getUInt32Data(ByteArray data,
int start) |
static UInt32Data |
getUInt32Data(long value) |
static long |
getUInt32Value(ByteArray data) |
static long |
getUInt32Value(ByteArray data,
int start) |
static long |
getValue(byte[] buffer,
int start,
int size,
IntegerData.Endian endian) |
static long |
getValue(ByteArray data,
IntegerData.Endian endian) |
static long |
getValue(ByteArray data,
int size,
IntegerData.Endian endian) |
static long |
getValue(ByteArray data,
int start,
int size,
IntegerData.Endian endian) |
static void |
setValue(long value,
byte[] buffer,
int offset,
int size,
IntegerData.Endian endian) |
static void |
setValue(long value,
MutableByteArray data,
IntegerData.Endian endian) |
static void |
setValue(long value,
MutableByteArray data,
int size,
IntegerData.Endian endian) |
static void |
setValue(long value,
MutableByteArray data,
int start,
int size,
IntegerData.Endian endian) |
adjust, 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, toHexStringstatic final IntegerData.Helper helper
int getIntValue()
long getLongValue()
static int getInt16Value(ByteArray data)
static int getUInt16Value(ByteArray data)
static int getInt16Value(ByteArray data, int start)
static int getUInt16Value(ByteArray data, int start)
static int getInt32Value(ByteArray data)
static long getUInt32Value(ByteArray data)
static int getInt32Value(ByteArray data, int start)
static long getUInt32Value(ByteArray data, int start)
static UInt16Data getUInt16Data(int value)
static UInt16Data getUInt16Data(ByteArray data)
static UInt16Data getUInt16Data(ByteArray data, int start)
static UInt32Data getUInt32Data(long value)
static UInt32Data getUInt32Data(ByteArray data)
static UInt32Data getUInt32Data(ByteArray data, int start)
static long getValue(byte[] buffer,
int start,
int size,
IntegerData.Endian endian)
static long getValue(ByteArray data, int start, int size, IntegerData.Endian endian)
static long getValue(ByteArray data, int size, IntegerData.Endian endian)
static long getValue(ByteArray data, IntegerData.Endian endian)
static void setValue(long value,
byte[] buffer,
int offset,
int size,
IntegerData.Endian endian)
static void setValue(long value,
MutableByteArray data,
int start,
int size,
IntegerData.Endian endian)
static void setValue(long value,
MutableByteArray data,
int size,
IntegerData.Endian endian)
static void setValue(long value,
MutableByteArray data,
IntegerData.Endian endian)