Class UnsignedByte


  • public class UnsignedByte
    extends java.lang.Object
    DOCUMENT ME
    Version:
    $LastChangedRevision$
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsignedByte()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnsignedByte

        public UnsignedByte()
    • Method Detail

      • 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)