Package rife.tools
Class IntegerUtils
java.lang.Object
rife.tools.IntegerUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
bytesToInt
(byte[] bytes) static byte[]
intToBytes
(int integer)
-
Method Details
-
intToBytes
public static byte[] intToBytes(int integer) -
bytesToInt
public static int bytesToInt(byte[] bytes)
-