Class CustomNewlineWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
org.deltava.util.flightplan.CustomNewlineWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

class CustomNewlineWriter extends PrintWriter
A PrintWriter to use custom linefeed characters.
Since:
2.4
Version:
5.0
Author:
Luke
  • Constructor Details

    • CustomNewlineWriter

      CustomNewlineWriter(Writer out)
      Initializes the Writer.
      Parameters:
      out - the Writer to write to
  • Method Details

    • println

      public void println()
      Writes a new line using the specified line break string.
      Overrides:
      println in class PrintWriter