BufferedStreamReader

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

Constructors

this
this(InputStream istrm, ubyte[] buffer)

Constructor. Initializes range with a stream and a buffer

Members

Functions

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
empty
bool empty;
Undocumented in source.
front
ubyte[] front;
Undocumented in source.
stream
InputStream stream;
Undocumented in source.

Meta