BufferedOutputStream.this

Constructs a buffered output stream to buffer writes to the given stream.

struct BufferedOutputStream(S, uint BufferSize = DEFAULT_BUFFER_SIZE)
this
()

Parameters

stream S

The stream to write to.

Meta