@@ -48,11 +48,6 @@ * * \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