Class BufferedWriterOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class BufferedWriterOutputStream
    extends OutputStream
    BufferedWriterOutputStream: a subclass to support writing bytes to a Writer. This implementation also buffers the output to avoid multiple array allocations. Each byte is written as a seperate character (ISO8859-1 encoding per se).