OutputStreamObject.this

Constructs the output stream wrapper with a reference to a primitive output stream.

class OutputStreamObject(S, E = StreamType!S)
this
()
if ()

Parameters

stream S

The stream to wrap in an object-oriented stream.

Meta