bufferedOutputStreamFor

Creates and returns a buffered output stream that's wrapped around the given output stream.

BufferedOutputStream!(S, BufferSize)
bufferedOutputStreamFor
(
uint BufferSize = DEFAULT_BUFFER_SIZE
S
)
()

Parameters

stream S

The stream to wrap in a buffered output stream.

Return Value

Type: BufferedOutputStream!(S, BufferSize)

The buffered output stream.

Meta