Class OutputFile.TrapClosePrintWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
org.javacc.utils.OutputFile.TrapClosePrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
OutputFile

private class OutputFile.TrapClosePrintWriter extends PrintWriter
The OutputFile.TrapClosePrintWriter implements a PrintWriter, avoiding to close the related OutputStream with an close().
  • Constructor Details

    • TrapClosePrintWriter

      public TrapClosePrintWriter(OutputStream os)
  • Method Details