@@ -168,16 +168,16 @@ withEncoding: (enum of_string_encoding)encoding; /** * Buffer all writes until flushWriteBuffer is called. */ -- bufferWrites; +- (void)bufferWrites; /** * Writes everything in the write cache to the stream. */ -- flushWriteBuffer; +- (void)flushWriteBuffer; /** * Writes from a buffer into the stream. * * \param buf The buffer from which the data is written to the stream @@ -279,7 +279,7 @@ withArguments: (va_list)args; /** * Closes the stream. */ -- close; +- (void)close; @end