Class Base16Codec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base16Codec
    extends BaseNCodec
    Codec for base-16 as defined in RFC-4648.

    It is case insensitive, so it decodes from lower and upper case, but encodes to lower case only.

    It can be up to 22x faster than doing uuid.toString().replaceAll("-", "")`.

    See Also:
    RFC-4648
    • Field Detail

    • Constructor Detail

      • Base16Codec

        public Base16Codec()