ObjFW  Diff

Differences From Artifact [3b1588eaa2]:

To Artifact [85683f4f90]:


71
72
73
74
75
76
77

78

79
80
81
71
72
73
74
75
76
77
78

79
80
81
82







+
-
+



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

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

OF_ASSUME_NONNULL_END