4748495051525354
} public ServletOutputStream getOutputStream() throws IOException { if (writer != null) throw new ItsNatException("A PrintWriter is already being used"); if (output == null) this.output = new ServletOutputStreamAttachedServerImpl(); return output; }