Extensions for java.io.OutputStream
encodingWith
Returns an output stream that encodes bytes using the specified base64 encoding and writes the result to this output stream.
fun OutputStream.encodingWith(base64: Base64): OutputStream
Returns an output stream that encodes bytes using the specified base64 encoding and writes the result to this output stream.
fun OutputStream.encodingWith(base64: Base64): OutputStream