public final class UnsignedUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_UBYTE |
static long |
MAX_UINT |
static int |
MAX_USHORT |
Modifier and Type | Method and Description |
---|---|
static int |
uByteToInt(byte value) |
static long |
uIntToLong(int value) |
static int |
uShortToInt(short value) |
public static final int MAX_UBYTE
public static final int MAX_USHORT
public static final long MAX_UINT