139140141142143144145
* @return The OutputStream * @throws IOException An IO problem */ public ServletOutputStream getOutputStream() throws IOException { return new ServletOutputStreamAdapter(outputStream); }