private
Manually increments the write counter without actually writing data.
Returns the total number of bytes written.
The maximum number of bytes to write
Writes an array of bytes to the stream.
Flushes the stream and makes sure that all data is being written to the output device.
Flushes and finalizes the stream.
Pipes an InputStream directly into this OutputStream.
Wraps an existing output stream, counting the bytes that are written.