The default constructor for the Base64Stream class that optionally takes urlMode Boolean parameter.
The default constructor sets xtraChar is set to 13 (CR) and extraCharInterval to 76.
Base64URL is a modification of the main Base64 standard, the purpose of which is the ability to use the encoding result as filename or URL address. The Base64URL is described in RFC 4648.