125a126,131
> * Is this the last chunk?
> * @return True if yes, false if more to go.
> */
> bool last() const { return (sizeLeft == 0); }
>
> /**