Class UnsignedByte
java.lang.Object
com.github.junrar.unsigned.UnsignedByte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic shortadd(byte unsignedByte1, byte unsignedByte2) static byteintToByte(int unsignedByte1) static bytelongToByte(long unsignedByte1) static byteshortToByte(short unsignedByte1) static shortsub(byte unsignedByte1, byte unsignedByte2)
-
Constructor Details
-
UnsignedByte
public UnsignedByte()
-
-
Method Details
-
longToByte
public static byte longToByte(long unsignedByte1) -
intToByte
public static byte intToByte(int unsignedByte1) -
shortToByte
public static byte shortToByte(short unsignedByte1) -
add
public static short add(byte unsignedByte1, byte unsignedByte2) -
sub
public static short sub(byte unsignedByte1, byte unsignedByte2)
-