java.lang.Object
edu.jiangxin.apktoolbox.convert.protobuf.unsupervised.ByteUtil

public class ByteUtil extends Object
  • Constructor Details

    • ByteUtil

      public ByteUtil()
  • Method Details

    • bytesToInt

      public static int bytesToInt(byte[] bytes)
    • bytesToInt

      public static int bytesToInt(byte[] bytes, ByteOrder byteOrder)
    • bytesToFloat

      public static float bytesToFloat(byte[] bytes)
    • bytesToDouble

      public static double bytesToDouble(byte[] bytes)
    • bytesToDouble

      public static double bytesToDouble(byte[] bytes, ByteOrder byteOrder)
    • bytesToLong

      public static long bytesToLong(byte[] bytes)
    • bytesToLong

      public static long bytesToLong(byte[] bytes, ByteOrder byteOrder)
    • bytesToLong

      public static long bytesToLong(byte[] bytes, int start, ByteOrder byteOrder)
    • bytesToInt

      public static int bytesToInt(byte[] bytes, int start, ByteOrder byteOrder)
    • bytesToHex

      public static String bytesToHex(byte[] bytes)
    • hex2bytes

      public static byte[] hex2bytes(String hexString)