Class Base64Decoder

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

    public final class Base64Decoder
    extends BaseNDecoder
    Function that decodes a base-64 string to a UUID. It is case sensitive. See: https://tools.ietf.org/html/rfc4648
    • Constructor Detail

      • Base64Decoder

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