inputStreamObjectFor

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

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

Parameters

stream S

The stream to wrap.

Return Value

Type: InputStreamObject!(S, E)

An input stream wrapper object.

Meta