Class LinePrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class LinePrintStream extends PrintStream
Fires a property change event when a new line is printed to the stream.
  • Field Details

    • LINE_APPENDED_PROP

      public static final String LINE_APPENDED_PROP
  • Constructor Details

    • LinePrintStream

      public LinePrintStream(OutputStream out)
  • Method Details