Function Base64OutputStreamImpl.this

Initializes the Base64 output stream.

Prototype

this(
  OutputStream output,
  ulong max_bytes_per_line
);

Parameters

NameDescription
output The output sink to which the encoded result is written.
max_bytes_per_line The maximum number of input bytes after which a line break is inserted into the output. Defaults to 57, according to the MIME standard.

Authors

Jan Krüger, Sönke Ludwig

Copyright

© 2012-2013 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.