Google\Cloud\Tests\Speech\HttpStreamWrapper::stream_eof PHP Method

stream_eof() public method

public stream_eof ( )
    public function stream_eof()
    {
        return $this->position >= strlen($this->bodyData);
    }