Class CustomNewlineWriter
java.lang.Object
java.io.Writer
java.io.PrintWriter
org.deltava.util.flightplan.CustomNewlineWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
A PrintWriter to use custom linefeed characters.
- Since:
- 2.4
- Version:
- 5.0
- Author:
- Luke
-
Field Summary
Fields inherited from class java.io.PrintWriter
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintln()Writes a new line using the specified line break string.Methods inherited from class java.io.PrintWriter
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, writeMethods inherited from class java.io.Writer
nullWriter
-
Constructor Details
-
CustomNewlineWriter
-
-
Method Details
-
println
public void println()Writes a new line using the specified line break string.- Overrides:
printlnin classPrintWriter
-