Package io.jans.as.model.util
Class ByteUtils
- java.lang.Object
-
- io.jans.as.model.util.ByteUtils
-
public class ByteUtils extends 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)
-