Initializes a WriterOutputBuffer by creating an instance of a
BufferedWriter. The size of the buffer in this writer may have
a significant impact on throughput. Solaris prefers a larger
buffer, while Linux works better with a smaller one.
_writer = new BufferedWriter(writer, BUFFER_SIZE);