BBjspWebResponse::getOutputStream
Description
In BBj 16.0 and higher, this method gets an OutputStream that can be used to send binary data direct to the client.
Syntax
Return Value |
Method |
javax.servlet.ServletOutputStream |
getOutputStream() |
Parameters
None.
Return Value
the OutputStream associated with this BBjspWebResponse
Remarks
Example
This example demonstrates how this works in a BBJSP servlet
CLASS PUBLIC MyServlet |