@@ -96,11 +96,11 @@ /*! * @brief Returns the next entry from the tar archive or `nil` if all entries * have been read. * - * This is only available in read mode. + * @note This is only available in read mode. * * @warning Calling @ref nextEntry will invalidate all streams returned by * @ref streamForReadingCurrentEntry or * @ref streamForWritingEntry:! Reading from or writing to an * invalidated stream will throw an @ref OFReadFailedException or @@ -111,17 +111,21 @@ */ - (OFTarArchiveEntry *)nextEntry; /*! * @brief Returns a stream for reading the current entry. + * + * @note This is only available in read mode. * * @return A stream for reading the current entry */ - (OFStream *)streamForReadingCurrentEntry; /*! * @brief Returns a stream for writing the specified entry. + * + * @note This is only available in write and append mode. * * @warning Calling @ref nextEntry will invalidate all streams returned by * @ref streamForReadingCurrentEntry or * @ref streamForWritingEntry:! Reading from or writing to an * invalidated stream will throw an @ref OFReadFailedException or