Struct BufferedStreamReader

An input range that reads data from InputStream by fixed chunks, storing them in user-provided array

struct BufferedStreamReader ;

Constructors

NameDescription
this (istrm, buffer) Constructor. Initializes range with a stream and a buffer