ChunkedInputStream.empty - multiple declarations
Function ChunkedInputStream.empty
bool empty() @property @safe const;
Function InputStream.empty
Returns true iff the end of the input stream has been reached.
abstract bool empty() @property @safe;
For connection oriented streams, this function will block until either new data arrives or the connection got closed.