* @throws IOException
* @see javax.portlet.RenderResponse#getPortletOutputStream()
*/
public FastBufferOutputStream getPortletOutputStream() throws IOException {
if (fastBufferStream == null) {
fastBufferStream = new FastBufferOutputStream();
}
return fastBufferStream;
}