Class Base64Encoder

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

    public final class Base64Encoder
    extends BaseNEncoder
    Function that encodes a UUID to a base-64 string. See: https://tools.ietf.org/html/rfc4648
    • Constructor Detail

      • Base64Encoder

        public Base64Encoder​(BaseN base)
        Parameters:
        base - an enumeration that represents the base-n encoding