Package java.io

Class BufferedOutputStream

extends FilterOutputStreamOutputStreamObject

Writing to a buffered output stream doesn't necessarily cause a call to the underlying system for each byte. Instead the data is written into an internal buffer and then to the underlying stream when the buffer is full, the buffered output stream is closed or explicitly flushed.

Public Constructors

Public Methods

Methods inherited from java.io.FilterOutputStream

Methods inherited from java.io.OutputStream

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_