<xqdoc:name>stream-binary</xqdoc:name>
<xqdoc:signature>response:stream-binary($a as xs:base64Binary, $b as xs:string, $c as xs:string?, ...) empty()</xqdoc:signature>
-<xqdoc:comment>
<xqdoc:description>Streams the binary data passed in $a to the current servlet response output stream. The ContentType HTTP header is set to the value given in $b. The filename is set to the value given in $c, if no filename is specified thenthat of the current request is used.This function only works within a servlet context, not within Cocoon. Note: the servlet output stream will be closed afterwards and mime-type settings in the prolog will not be passed.</xqdoc:description>
</xqdoc:comment>
</xqdoc:function>