Class UnsignedByte

java.lang.Object
com.github.junrar.unsigned.UnsignedByte

public class UnsignedByte extends Object
DOCUMENT ME
Version:
$LastChangedRevision$
  • 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)