Class EncodedPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class EncodedPrintStream extends PrintStream
Allow a PrintStream to specify an encoding.

This functionality is provided out of the box by the Java 1.4 version of PrintStream. This class is strictly for backwards compatibility.