Class Base64.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructs a new instance.
    • Method Detail

      • setUrlSafe

        public Base64.Builder setUrlSafe​(boolean urlSafe)
        Sets the URL-safe encoding policy.
        Parameters:
        urlSafe - URL-safe encoding policy, null resets to the default.
        Returns:
        this.