Answers a boolean indicating whether or not this PrintStream has encountered an error. If so, the receiver should probably be closed since further writes will not actually take place. A side effect of calling checkError is that the target OutputStream is flushed.
@return true if an error occurred in this PrintStream,false otherwise.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.