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