ObjFW  Diff

Differences From Artifact [6767b2487a]:

To Artifact [c4f1ea9fcd]:


820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
	OF_UNREACHABLE
}

#ifndef DEFLATE64
- (bool)lowlevelIsAtEndOfStream
{
	if (_decompression == NULL)
		return true;

	return _decompression->atEndOfStream;
}

- (int)fileDescriptorForReading
{
	return [_stream fileDescriptorForReading];







|







820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
	OF_UNREACHABLE
}

#ifndef DEFLATE64
- (bool)lowlevelIsAtEndOfStream
{
	if (_decompression == NULL)
		return false;

	return _decompression->atEndOfStream;
}

- (int)fileDescriptorForReading
{
	return [_stream fileDescriptorForReading];