public class UnsignedByte extends 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 void |
main(String[] args) |
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)
public static void main(String[] args)
Copyright © 2017. All rights reserved.