Package io.jans.as.model.util
Class ByteUtils
java.lang.Object
io.jans.as.model.util.ByteUtils
- Author:
- Yuriy Zabrovarnyy
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
byteAsInt
(byte value) static int
twoBytesAsInt
(byte one, byte two) static int
twoIntsAsInt
(int one, int two)
-
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)
-