ObjFW  Diff

Differences From Artifact [966424ef25]:

To Artifact [2cebcb2c91]:


113
114
115
116
117
118
119

120
121
122
123
124
125
126
127
128
129
130
131
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132







+












 *
 * @note This is only available in read mode.
 *
 * @note The returned stream conforms to @ref OFReadyForReadingObserving if the
 *	 underlying stream does so, too.
 *
 * @return A stream for reading the current entry
 * @throw OFSeekFailedException Seeking to the data in the archive failed
 */
- (OFStream *)streamForReadingCurrentEntry;

/**
 * @brief Closes the OFZooArchive.
 *
 * @throw OFNotOpenException The archive is not open
 */
- (void)close;
@end

OF_ASSUME_NONNULL_END