Class ShellServerIT.HexFormatter

  • All Implemented Interfaces:
    Iterator<String>, Formatter
    Enclosing class:
    ShellServerIT

    public static class ShellServerIT.HexFormatter
    extends Object
    implements Formatter
    Simple Formatter that will convert each character in the Value from decimal to hexadecimal. Will automatically skip over characters in the value which do not fall within the [0-9,a-f] range.

    Example: '0' will be displayed as '0x30'