Hi gurus,
I've been trying to find out how to redefine the buffer size for a BufferedOutputStream. The
java specs for BufferedOutputStream says "The data is written into an internal buffer, and then written to the underlying stream if the buffer reaches its capacity, the buffer output stream is closed, or the buffer output stream is explicitly flushed."
Is there a way I can increase the buffer size?
Thanks.
Arnold