BufferedInputStream.this

Constructs a buffered input stream to buffer reads from the given stream.

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

Parameters

stream S

The stream to read from.

Meta