Class ByteUtils


  • public class ByteUtils
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int byteAsInt​(byte value)  
      static int twoBytesAsInt​(byte one, byte two)  
      static int twoIntsAsInt​(int one, int two)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)