@@ -44,14 +44,14 @@ OFMutableDictionary OF_GENERIC(OFString*, OFZIPArchiveEntry*) *_pathToEntryMap; OFStream *_lastReturnedStream; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The archive comment. + */ @property (readonly, copy) OFString *archiveComment; -@property (readonly, copy) OFArray OF_GENERIC(OFZIPArchiveEntry*) *entries; -#endif /*! * @brief Creates a new OFZIPArchive object with the specified seekable stream. * * @param stream A seekable stream from which the ZIP archive will be read @@ -95,17 +95,10 @@ * * @return The entries of the central directory of the archive as an array */ - (OFArray OF_GENERIC(OFZIPArchiveEntry*)*)entries; -/*! - * @brief Returns the archive comment. - * - * @return The archive comment - */ -- (OFString*)archiveComment; - /*! * @brief Returns a stream for reading the specified file from the archive. * * @warning Calling @ref streamForReadingFile: will invalidate all streams * previously returned by @ref streamForReadingFile:! Reading from an