Class ByteUtils


  • public class ByteUtils
    extends Object
    • Method Detail

      • reverseBits

        public static byte[] reverseBits​(byte[] b)
      • reverseBits

        public static byte reverseBits​(byte input)
      • mask

        public static boolean mask​(int input,
                                   int mask)