ChunkedInputStream.empty - multiple declarations
Function ChunkedInputStream.empty
bool empty() @property const;
Function InputStream.empty
Returns true iff the end of the input stream has been reached.
abstract bool empty() @property;