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