Class Base16Decoder

  • All Implemented Interfaces:
    Function<String,​UUID>

    public final class Base16Decoder
    extends BaseNDecoder
    Function that decodes a base-16 string to a UUID. It is case insensitive, so it decodes in lower case and upper case. See: https://tools.ietf.org/html/rfc4648
    • Constructor Detail

      • Base16Decoder

        public Base16Decoder​(String alphabet)
        Parameters:
        alphabet - a string that contains the base-n alphabet
    • Method Detail