@@ -170,6 +170,11 @@ * * \param str The C string from which the data is written to the file * \return The number of bytes written */ - (size_t)writeCString: (const char*)str; + +/** + * Closes the file. + */ +- close; @end