Class HexString


  • public final class HexString
    extends Object
    Hex string.
    Since:
    0.1.0
    • Constructor Detail

      • HexString

        public HexString​(String hex)
        Constructor.
        Parameters:
        hex - Hex string.
    • Method Detail

      • decode

        public String decode()
        Convert hex string to human-readable string. Example: "48 65 6C 6C 6F 20 57 6F 72 6C 64 21" -> "Hello World!"
        Returns:
        Human-readable string.