See Also: PrintWriter Members
Wraps either an existing Java.IO.OutputStream or an existing Java.IO.Writer and provides convenience methods for printing common data types in a human readable format. No IOException is thrown by this class. Instead, callers should use PrintWriter.CheckError to see if a problem has occurred in this writer.