Package jay.yydebug

Class yyPrintStream

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public abstract class yyPrintStream
    extends PrintStream
    used to reroute standard and diagnostic output, auto-flushes. All print methods delegate to the write-buffer method; subclass must implement the write and close methods to route the actual output.