ObjFW  Diff

Differences From Artifact [9cf13b2bd3]:

To Artifact [72b54dca77]:


287
288
289
290
291
292
293



294
295
296
297
298
299
300
/*!
 * @brief Removes all items.
 */
- (void)removeAllItems;

/*!
 * @brief Returns the string representation of the data array.



 *
 * @return The string representation of the data array.
 */
- (OFString*)stringRepresentation;

/*!
 * @brief Returns a string containing the data in Base64 encoding.







>
>
>







287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
/*!
 * @brief Removes all items.
 */
- (void)removeAllItems;

/*!
 * @brief Returns the string representation of the data array.
 *
 * The string representation is a hex dump of the data inside the data array,
 * grouped by itemSize bytes.
 *
 * @return The string representation of the data array.
 */
- (OFString*)stringRepresentation;

/*!
 * @brief Returns a string containing the data in Base64 encoding.