Class AsciiOutputStreamWriter

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public final class AsciiOutputStreamWriter
    extends Writer
    A writer that encodes to ASCII.

    For non-ASCII characters '?' will be written instead just like OutputStreamWriter does.

    Implementation Note:
    This class is thread-safe., This writer does not allocate any objects or call methods that allocate objects.