Index: src/OFDataArray.h ================================================================== --- src/OFDataArray.h +++ src/OFDataArray.h @@ -289,10 +289,13 @@ */ - (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;