ObjFW  Diff

Differences From Artifact [da67b3e3b1]:

To Artifact [2b8cc476e1]:


78
79
80
81
82
83
84
85
86
87
88
/*!
 * @brief Returns a stream for reading the specified file from the archive.
 *
 * @param path The path to the file inside the archive
 * @return A stream for reading the specified file form the archive
 */
- (OFStream*)streamForReadingFile: (OFString*)path;

- (void)OF_readZIPInfo;
- (void)OF_readEntries;
@end







<
<
<

78
79
80
81
82
83
84



85
/*!
 * @brief Returns a stream for reading the specified file from the archive.
 *
 * @param path The path to the file inside the archive
 * @return A stream for reading the specified file form the archive
 */
- (OFStream*)streamForReadingFile: (OFString*)path;



@end