Creates a URL safe Base64 encoding stream (using '-' and '_' for non-alphabetic values).
The output sink to which the encoded result is written.
The maximum number of input bytes after which a line break is inserted into the output. Defaults to 57, according to the MIME standard.
See Implementation
Creates a URL safe Base64 encoding stream (using '-' and '_' for non-alphabetic values).