Overview
Comment: | Minor documentation fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7619af113a468739f80fb19b12974cc5 |
User & Date: | js on 2024-03-02 21:20:07 |
Other Links: | manifest | tags |
Context
2024-03-03
| ||
19:29 | OFZooArchive: Add write support check-in: b431203426 user: js tags: trunk | |
2024-03-02
| ||
21:20 | Minor documentation fix check-in: b9f69f358f user: js tags: 1.0 | |
21:20 | Minor documentation fix check-in: 7619af113a user: js tags: trunk | |
18:52 | OFMutableZooArchiveEntry: Support for local time check-in: f8e24e08f5 user: js tags: trunk | |
Changes
Modified src/OFLHAArchive.h from [d2030f377f] to [064a650fc9].
︙ | ︙ | |||
149 150 151 152 153 154 155 | * * @note The uncompressed size, compressed size and CRC16 of the specified * entry are ignored. * * @note The returned stream conforms to @ref OFReadyForWritingObserving if the * underlying stream does so, too. * | | | | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | * * @note The uncompressed size, compressed size and CRC16 of the specified * entry are ignored. * * @note The returned stream conforms to @ref OFReadyForWritingObserving if the * underlying stream does so, too. * * @warning Calling @ref streamForWritingEntry: 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 * @ref OFWriteFailedException! * * @param entry The entry for which a stream for writing should be returned * @return A stream for writing the specified entry */ |
︙ | ︙ |
Modified src/OFTarArchive.h from [aa075ebdff] to [b569fe9e96].
︙ | ︙ | |||
153 154 155 156 157 158 159 | * @brief Returns a stream for writing the specified entry. * * @note This is only available in write and append mode. * * @note The returned stream conforms to @ref OFReadyForWritingObserving if the * underlying stream does so, too. * | | | | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | * @brief Returns a stream for writing the specified entry. * * @note This is only available in write and append mode. * * @note The returned stream conforms to @ref OFReadyForWritingObserving if the * underlying stream does so, too. * * @warning Calling @ref streamForWritingEntry: 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 * @ref OFWriteFailedException! * * @param entry The entry for which a stream for writing should be returned * @return A stream for writing the specified entry */ |
︙ | ︙ |