Class BitShift


  • public class BitShift
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BitShift()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte mask​(byte value, int mask)  
      static byte right​(byte value, int num)  
      • Methods inherited from class java.lang.Object

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

      • BitShift

        public BitShift()
    • Method Detail

      • mask

        public static byte mask​(byte value,
                                int mask)
      • right

        public static byte right​(byte value,
                                 int num)