Class ByteUtils

java.lang.Object
io.jans.as.model.util.ByteUtils

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

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