Google\Cloud\Tests\Speech\HttpStreamWrapper::stream_eof PHP Метод

stream_eof() публичный Метод

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