Class BufferedAsciiOutputStreamWriter

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

    public final class BufferedAsciiOutputStreamWriter
    extends Writer
    A writer that encodes to ASCII and buffers.

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

    Implementation Note:
    This class is not thread-safe., This writer does not allocate any objects, beyond a byte[] for buffering allocated in the constructor, or call methods that allocate objects.