public final class SourcePrintWriter extends FilterWriter
PrintWriter
that has a customizable new
line string.out
Constructor and Description |
---|
SourcePrintWriter(Writer aWrappedWriter,
String sNewLine) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
print(char c) |
void |
print(String sStr) |
void |
println() |
void |
println(String sStr) |
flush, write, write, write
public void print(char c)
public void println()
public void println(String sStr)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterWriter
Copyright © 2013–2017 Philip Helger. All rights reserved.