Class ByteUtil
java.lang.Object
edu.jiangxin.apktoolbox.convert.protobuf.unsupervised.ByteUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
bytesToDouble
(byte[] bytes) static double
bytesToDouble
(byte[] bytes, ByteOrder byteOrder) static float
bytesToFloat
(byte[] bytes) static String
bytesToHex
(byte[] bytes) static int
bytesToInt
(byte[] bytes) static int
bytesToInt
(byte[] bytes, int start, ByteOrder byteOrder) static int
bytesToInt
(byte[] bytes, ByteOrder byteOrder) static long
bytesToLong
(byte[] bytes) static long
bytesToLong
(byte[] bytes, int start, ByteOrder byteOrder) static long
bytesToLong
(byte[] bytes, ByteOrder byteOrder) static byte[]
-
Constructor Details
-
ByteUtil
public ByteUtil()
-
-
Method Details
-
bytesToInt
public static int bytesToInt(byte[] bytes) -
bytesToInt
-
bytesToFloat
public static float bytesToFloat(byte[] bytes) -
bytesToDouble
public static double bytesToDouble(byte[] bytes) -
bytesToDouble
-
bytesToLong
public static long bytesToLong(byte[] bytes) -
bytesToLong
-
bytesToLong
-
bytesToInt
-
bytesToHex
-
hex2bytes
-