Amp\Artax\ChunkingIterator::rewind PHP Method

rewind() public method

public rewind ( )
    public function rewind()
    {
        $this->isLastChunk = false;
        $this->iterator->rewind();
    }