Class ByteUtils


  • public class ByteUtils
    extends Object
    Author:
    Yuriy Zabrovarnyy
    • Method Detail

      • twoBytesAsInt

        public static int twoBytesAsInt​(byte one,
                                        byte two)
      • twoIntsAsInt

        public static int twoIntsAsInt​(int one,
                                       int two)
      • byteAsInt

        public static int byteAsInt​(byte value)