List of usage examples for java.io PrintWriter subclass-usage
From source file org.apache.solr.security.PrintWriterWrapper.java
/** * Wrapper for PrintWriter that delegates to constructor arg */ public class PrintWriterWrapper extends PrintWriter { private PrintWriter printWriter;
From source file de.blizzy.documentr.web.filter.SwitchablePrintWriter.java
abstract class SwitchablePrintWriter extends PrintWriter { SwitchablePrintWriter() { super(NullWriter.NULL_WRITER); } abstract Writer getWriter() throws IOException;
From source file DebuggingPrintWriter.java
/** * A PrintWriter that also sends its output to a log stream * @author Joe Walker [joe at getahead dot ltd dot uk] */ public class DebuggingPrintWriter extends PrintWriter { /**
From source file com.apporiented.hermesftp.utils.LoggingWriter.java
/** * Helper class that logs server responses. * * @author Lars Behnke */ public class LoggingWriter extends PrintWriter {
From source file org.directwebremoting.util.DebuggingPrintWriter.java
/** * A PrintWriter that also sends its output to a log stream * @author Joe Walker [joe at getahead dot ltd dot uk] */ public class DebuggingPrintWriter extends PrintWriter { /**
From source file CRLFPrintWriter.java
/**
*
* Wrapper class - used for output writer in NNTP communications
* All lines must end in CR/LF - if println is used in
* standard PrintWriter implementation, platform specific
* line termination will be used - e.g. \r\n *or* \n
From source file org.codehaus.groovy.grails.web.util.GrailsPrintWriterAdapter.java
/** * @author Lari Hotari * @since 2.0 */ public class GrailsPrintWriterAdapter extends PrintWriter implements GrailsWrappedWriter { private static final Logger LOG = LoggerFactory.getLogger(GrailsPrintWriterAdapter.class);
From source file org.browsermob.proxy.jetty.jetty.servlet.ServletWriter.java
/** Servlet PrintWriter.
* This writer can be disabled.
* It is crying out for optimization.
*
* @version $Revision: 1.16 $
* @author Greg Wilkins (gregw)
From source file net.lightbody.bmp.proxy.jetty.jetty.servlet.ServletWriter.java
/** Servlet PrintWriter.
* This writer can be disabled.
* It is crying out for optimization.
*
* @version $Revision: 1.16 $
* @author Greg Wilkins (gregw)
From source file com.anite.ocelot.CachedPrintWriter.java
/** * @author Matthew.Norris */ public class CachedPrintWriter extends java.io.PrintWriter { /** logging */