Class ByteUtils


  • public class ByteUtils
    extends Object
    Utils to work with bytes
    • Constructor Detail

      • ByteUtils

        public ByteUtils()
    • Method Detail

      • bytesToHex

        public static String bytesToHex​(byte[] bytes)
        Converts byte array to hex string
        Parameters:
        bytes - Bytes array
        Returns:
        String in hex format