ObjFW  Check-in [e5a391d925]

Overview
Comment:Fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e5a391d925e9e97b44d856bc5cc5dd784c2740389a671c7efddd462af6bd50bf
User & Date: js on 2022-10-20 19:37:53
Other Links: manifest | tags
Context
2022-10-20
21:18
Document more exceptions check-in: 84a7314f5c user: js tags: trunk
19:37
Fix typo check-in: e5a391d925 user: js tags: trunk
18:58
Document more exceptions check-in: 7538082267 user: js tags: trunk
Changes

Modified src/OFLHAArchive.h from [472ea0c413] to [038ec719a6].

135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
 * @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
 */
- (FStream *)streamForReadingCurrentEntry;

/**
 * @brief Returns a stream for writing the specified entry.
 *
 * @note This is only available in write and append mode.
 *
 * @note The uncompressed size, compressed size and CRC16 of the specified







|







135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
 * @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
 */
- (OFStream *)streamForReadingCurrentEntry;

/**
 * @brief Returns a stream for writing the specified entry.
 *
 * @note This is only available in write and append mode.
 *
 * @note The uncompressed size, compressed size and CRC16 of the specified