InputStreamObject.this

Constructs the input stream wrapper with the given base stream.

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

Parameters

stream S

The stream to wrap in an object-oriented stream.

Meta