BufferedOutputStream

constructor(out: OutputStream, bufferSize: Int = 8192)(source)

Creates a new buffered output stream to write data to the

Parameters

out

the underlying output stream.

bufferSize

the buffer size.