322323324325326327328
} public PrintWriter getWriter() throws IOException { return new PrintWriterImpl(new NullWriter()); }
317318319320321322323