public class UnsignedByte
extends java.lang.Object
| Constructor and Description |
|---|
UnsignedByte() |
| Modifier and Type | Method and Description |
|---|---|
static short |
add(byte unsignedByte1,
byte unsignedByte2) |
static byte |
intToByte(int unsignedByte1) |
static byte |
longToByte(long unsignedByte1) |
static byte |
shortToByte(short unsignedByte1) |
static short |
sub(byte unsignedByte1,
byte unsignedByte2) |
public static byte longToByte(long unsignedByte1)
public static byte intToByte(int unsignedByte1)
public static byte shortToByte(short unsignedByte1)
public static short add(byte unsignedByte1,
byte unsignedByte2)
public static short sub(byte unsignedByte1,
byte unsignedByte2)