Class Base32Decoder

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

    public final class Base32Decoder
    extends BaseNDecoder
    Function that decodes a base-32 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

      • Base32Decoder

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