ObjFW  Diff

Differences From Artifact [dc02ae5a5d]:

To Artifact [3b1588eaa2]:


70
71
72
73
74
75
76
77
78


79
80
81
70
71
72
73
74
75
76


77
78
79
80
81







-
-
+
+



	size_t _bytesRead;
	uint8_t _buffer[4];
	OFDate *_modificationDate;
	uint16_t _extraLength;
	uint32_t _CRC32, _uncompressedSize;
}

+ (instancetype)streamWithStream: (OFStream*)stream;
- initWithStream: (OFStream*)stream;
+ (instancetype)streamWithStream: (OFStream *)stream;
- initWithStream: (OFStream *)stream;
@end

OF_ASSUME_NONNULL_END