Class FilterPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
AnsiPrintStream

public class FilterPrintStream extends PrintStream
A PrintStream filtering to another PrintStream, without making any assumption about encoding.
Since:
1.17
See Also: