public class UnsignedHelper
extends java.lang.Object
| Constructor and Description |
|---|
UnsignedHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
getUnsignedByte(short val) |
static int |
getUnsignedInt(long val) |
static short |
getUnsignedShort(int val) |
static short |
readUnsignedByte(byte val) |
static long |
readUnsignedInt(int val) |
static int |
readUnsignedShort(short val) |
public static short readUnsignedByte(byte val)
public static int readUnsignedShort(short val)
public static long readUnsignedInt(int val)
public static byte getUnsignedByte(short val)
public static short getUnsignedShort(int val)
public static int getUnsignedInt(long val)