PrintWriter
Class PrintWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.PrintWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, AutoCloseable
public class PrintWriter extends Writer
Prints formatted representations of objects to a text-output stream. This class implements all of the print
methods found in PrintStream
. It does not contain methods for writing raw b