Grafika\Gd\Helper\GifByteStream::isEnd PHP Method

isEnd() public method

public isEnd ( ) : boolean
return boolean
    public function isEnd()
    {
        if ($this->position > $this->length() - 1) {
            return true;
        }
        return false;
    }