java.lang.Object
org.teamapps.universaldb.index.file.store.HexUtil

public class HexUtil extends Object
  • Felddetails

    • HEX_ARRAY

      public static final char[] HEX_ARRAY
  • Konstruktordetails

    • HexUtil

      public HexUtil()
  • Methodendetails

    • bytesToHex

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

      public static byte[] hexToBytes(String hex)
    • bytesToHex2

      public static String bytesToHex2(byte[] bytes)