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 intbyteAsInt(byte value) static inttwoBytesAsInt(byte one, byte two) static inttwoIntsAsInt(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)
-