outputStreamObjectFor

Gets a new object-oriented output stream implementation that wraps the given output stream.

version(!D_BetterC)
outputStreamObjectFor
(
S
E = StreamType!S
)
()
if ()

Parameters

stream S

The stream to wrap.

Return Value

Type: OutputStreamObject!(S, E)

An output stream wrapper object.

Meta