Class RobotDebugPrintStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
com.pocolifo.robobase.bootstrap.RobotDebugPrintStream
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class RobotDebugPrintStream extends PrintStream
An implementation of PrintStream which is used as the implementation of System.out and System.err. The purpose of this is so that the use of System.out#println and other methods work properly. This is much more friendly for developers who already know Java.
See Also: